iperf3.md with proper spacing (#2504)

italian
m-p-3 2018-10-28 13:04:04 -04:00 committed by Starbeamrainbowlabs
parent 2e6fac0ae0
commit 19f7958076
1 changed files with 4 additions and 4 deletions

View File

@ -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`