Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 18:51
Show Gist options
  • Save danish-rehman/29ef64710111f141e7ee to your computer and use it in GitHub Desktop.
Save danish-rehman/29ef64710111f141e7ee to your computer and use it in GitHub Desktop.
Iperf testing in custom ip router
# Server
>> iperf -u -s -w 1 -l 12
# Client
>> iperf -u -c node4 -w 1 -l 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment