Skip to content

Instantly share code, notes, and snippets.

@pm-hwks
Created February 25, 2018 21:55
Show Gist options
  • Save pm-hwks/3a99d3c70cb62c6b0e8970d3191eb85c to your computer and use it in GitHub Desktop.
Save pm-hwks/3a99d3c70cb62c6b0e8970d3191eb85c to your computer and use it in GitHub Desktop.
[Network benchmarking - iperf] iperf3 network speed testing and benchmarking #iperf #nw #nw-test #nw-benchmark #benchmark
## Install iperf3 using package manager
## Start iperf server
iperf3 -s <serverip>
## Start client and test speed against server
iperf3 -c <serverip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment