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:
Managor
2026-05-17 20:25:39 +03:00
committed by GitHub
parent 889c49d5ce
commit c440b502e9
+8 -4
View File
@@ -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}}`