2018-02-19 22:44:58 +02:00
|
|
|
# iperf3
|
|
|
|
|
|
|
|
> Traffic generator for testing network bandwidth.
|
2019-06-05 09:05:51 +01:00
|
|
|
> More information: <https://iperf.fr>.
|
2018-02-19 22:44:58 +02:00
|
|
|
|
|
|
|
- Run iperf3 as a server:
|
|
|
|
|
2025-03-25 11:43:32 +02:00
|
|
|
`iperf3 {{[-s|--server]}}`
|
2018-02-19 22:44:58 +02:00
|
|
|
|
|
|
|
- Run an iperf3 server on a specific port:
|
|
|
|
|
2025-03-25 11:43:32 +02:00
|
|
|
`iperf3 {{[-s|--server]}} {{[-p|--port]}} {{port}}`
|
2018-02-19 22:44:58 +02:00
|
|
|
|
|
|
|
- Start bandwidth test:
|
|
|
|
|
2025-03-25 11:43:32 +02:00
|
|
|
`iperf3 {{[-c|--client]}} {{server}}`
|
2018-02-19 22:44:58 +02:00
|
|
|
|
|
|
|
- Run iperf3 in multiple parallel streams:
|
|
|
|
|
2025-03-25 11:43:32 +02:00
|
|
|
`iperf3 {{[-c|--client]}} {{server}} {{[-P|--parallel]}} {{streams}}`
|
2018-02-19 22:44:58 +02:00
|
|
|
|
|
|
|
- Reverse direction of the test. Server sends data to the client:
|
|
|
|
|
2025-03-25 11:43:32 +02:00
|
|
|
`iperf3 {{[-c|--client]}} {{server}} {{[-R|--reverse]}}`
|