Skip to content

Instantly share code, notes, and snippets.

@fiddyschmitt
Created January 22, 2025 10:28
Show Gist options
  • Select an option

  • Save fiddyschmitt/20cd98728c6cc8ec728e148b9c37ca80 to your computer and use it in GitHub Desktop.

Select an option

Save fiddyschmitt/20cd98728c6cc8ec728e148b9c37ca80 to your computer and use it in GitHub Desktop.
iperf
.\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