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:netperffor 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}}
