mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
iperf3: refresh page (#22363)
* Update iperf3.md * Update iperf3.md * Update pages/common/iperf3.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> --------- Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -13,12 +13,16 @@
|
||||
|
||||
- Start bandwidth test:
|
||||
|
||||
`iperf3 {{[-c|--client]}} {{server}}`
|
||||
`iperf3 {{[-c|--client]}} {{server_ip}}`
|
||||
|
||||
- Run iperf3 in multiple parallel streams:
|
||||
|
||||
`iperf3 {{[-c|--client]}} {{server}} {{[-P|--parallel]}} {{streams}}`
|
||||
`iperf3 {{[-c|--client]}} {{server_ip}} {{[-P|--parallel]}} {{streams}}`
|
||||
|
||||
- Reverse direction of the test. Server sends data to the client:
|
||||
- Run the test in reverse direction (server sends data to client):
|
||||
|
||||
`iperf3 {{[-c|--client]}} {{server}} {{[-R|--reverse]}}`
|
||||
`iperf3 {{[-c|--client]}} {{server_ip}} {{[-R|--reverse]}}`
|
||||
|
||||
- Set the duration of the test:
|
||||
|
||||
`iperf3 {{[-c|--client]}} {{server_ip}} {{[-t|--time]}} {{seconds}}`
|
||||
|
||||
Reference in New Issue
Block a user