Files
oam/knowledge base/iperf.md
2022-05-01 11:11:01 +02:00

18 lines
339 B
Markdown

# Iperf
```shell
# on the server
iperf3 -s
iperf3 -s -p 7575
# on the client
iperf3 -c iperf.server.ip
iperf3 -c iperf.server.ip -p 7575
```
## Sources
- [How to use iPerf3 to test network bandwidth]
[how to use iperf3 to test network bandwidth]: https://www.techtarget.com/searchnetworking/tip/How-to-use-iPerf-to-measure-throughput