mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 04:17:58 +01:00
iperf3.md with proper spacing (#2504)
This commit is contained in:
parent
2e6fac0ae0
commit
19f7958076
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
|||
|
||||
- Run an iperf3 server on a specific port:
|
||||
|
||||
`iperf3 -s -p{{port}}`
|
||||
`iperf3 -s -p {{port}}`
|
||||
|
||||
- Start bandwidth test:
|
||||
|
||||
`iperf3 -c{{server}}`
|
||||
`iperf3 -c {{server}}`
|
||||
|
||||
- Run iperf3 in multiple parallel streams:
|
||||
|
||||
`iperf3 -c{{server}} -P{{streams}}`
|
||||
`iperf3 -c {{server}} -P {{streams}}`
|
||||
|
||||
- Reverse direction of the test. Server sends data to the client:
|
||||
|
||||
`iperf3 -c{{server}} -R`
|
||||
`iperf3 -c {{server}} -R`
|
||||
|
|
Loading…
Reference in a new issue