Commit 4ca149
2024-12-17 19:40:35 Steven Anderson: initial iperf3| /dev/null .. ScriptFu/networking/iperf3.md | |
| @@ 0,0 1,11 @@ | |
| + | # iperf3 | 
| + | |
| + | Perform network throughput tests. | 
| + | |
| + | * [iperf3 manpage](https://linux.die.net/man/1/iperf) | 
| + | |
| + | #### set up a server | 
| + | iperf3 -s -p 30001 | 
| + | |
| + | #### connect with client | 
| + | iperf3 -c <host> -p 30001 |