Skip to content

Instantly share code, notes, and snippets.

@lwhsu
Created November 12, 2013 11:28
Show Gist options
  • Save lwhsu/7429407 to your computer and use it in GitHub Desktop.
Save lwhsu/7429407 to your computer and use it in GitHub Desktop.
lwhsu@x200 /u/p/b/iperf> iperf -c 192.168.7.254
------------------------------------------------------------
Client connecting to 192.168.7.254, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.7.199 port 45671 connected with 192.168.7.254 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 222 MBytes 186 Mbits/sec
lwhsu@x200 /u/p/b/iperf> iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 64.0 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.7.199 port 5001 connected with 192.168.7.254 port 13467
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.0 sec 107 MBytes 89.5 Mbits/sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment