snippetbashTip
netserver — Server-side command for `netperf`, the benchmarking application that measures network throughput. Se
Viewed 0 times
servercommandnetperfclinetserverforside
Problem
How to use the
netserver command: Server-side command for netperf, the benchmarking application that measures network throughput. See also: netperf. More information: <https://manned.org/netserver>.Solution
netserver — Server-side command for netperf, the benchmarking application that measures network throughput. See also: netperf. More information: <https://manned.org/netserver>.Start a server on the default port (12865) and fork to background:
netserverStart server in foreground and do not fork:
netserver -DSpecify [p]ort:
netserver -p {{port}}Force IPv[4] or IPv[6]:
netserver -{{4|6}}Code Snippets
Start a server on the default port (12865) and fork to background
netserverStart server in foreground and do not fork
netserver -DSpecify [p]ort
netserver -p {{port}}Force IPv[4] or IPv[6]
netserver -{{4|6}}Context
tldr-pages: common/netserver
Revisions (0)
No revisions yet.