logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Netperf Server - Control Network Throughput | Online Free DevTools by Hexmos

Control network throughput with Netperf Server. Benchmark network performance and analyze data transfer rates with this powerful command-line tool. Free online tool, no registration required.

netserver

Server-side command for netperf, the benchmarking application that measures network throughput. See also: netperf for the client-side command. More information: https://manned.org/netserver.1.

  • Start a server on the default port (12865) and fork to background:

netserver

  • Start server in foreground and do not fork:

netserver -D

  • Specify [p]ort:

netserver -p {{port}}

  • Force IPv[4] or IPv[6]:

netserver -{{4|6}}

See Also