mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 06:49:24 +00:00
Update cheatsheets
This commit is contained in:
26
netserver
Normal file
26
netserver
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user