mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added iperf notes to the knowledge base
This commit is contained in:
17
knowledge base/iperf.md
Normal file
17
knowledge base/iperf.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
## Further readings
|
||||
|
||||
- [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
|
||||
Reference in New Issue
Block a user