HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

netserver — Server-side command for `netperf`, the benchmarking application that measures network throughput. Se

Submitted by: @import:tldr-pages··
0
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:
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}}

Code Snippets

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

Context

tldr-pages: common/netserver

Revisions (0)

No revisions yet.