2025-03-14 21:59:59 -06:00
|
|
|
# netserver
|
|
|
|
|
|
|
|
|
|
> Server-side command for `netperf`, the benchmarking application that measures network throughput.
|
2026-02-18 06:55:01 -07:00
|
|
|
> See also: `netperf`.
|
|
|
|
|
> More information: <https://manned.org/netserver>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|