Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created December 19, 2014 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torgeir/6965d66b54716978d38b to your computer and use it in GitHub Desktop.
Save torgeir/6965d66b54716978d38b to your computer and use it in GitHub Desktop.
Iperf to test wireless speed
# on one end
iperf -s
# on the other end
iperf -c the-one-end -i10 -t60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment