Created
February 25, 2018 21:55
-
-
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
This file contains 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
## 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