1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/netserver.md
Jay Thomas f590e064b0
net{perf,server}: add page (#12075)
* netperf: add pages

* move pages to common; adjust syntax

* use placeholder syntax for port numbers

* Add mnemonics and manned.org link per style guide

* missing period

* Add commas
2024-01-17 17:47:33 +08:00

21 lines
458 B
Markdown

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