Created
January 22, 2025 10:28
-
-
Save fiddyschmitt/20cd98728c6cc8ec728e148b9c37ca80 to your computer and use it in GitHub Desktop.
iperf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .\iperf3.exe -s -p 6000 | |
| //TCP | |
| ./iperf3.exe -c 127.0.0.1 -p 5001 -t 10 -P 10 --bidir | |
| //UDP | |
| ./iperf3.exe --udp -c 127.0.0.1 -p 5001 -b 100K -l 1200 -t 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment