1
0
Fork 0
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:
m-p-3 2018-10-28 13:04:04 -04:00 committed by Starbeamrainbowlabs
parent 2e6fac0ae0
commit 19f7958076

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`