Created
October 9, 2015 09:47
-
-
Save optman/b7502352ed1bbc8631c3 to your computer and use it in GitHub Desktop.
iperf
This file contains hidden or 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
optman@ubuntu:~$ iperf -c 10.10.10.1 -d | |
------------------------------------------------------------ | |
Server listening on TCP port 5001 | |
TCP window size: 85.3 KByte (default) | |
------------------------------------------------------------ | |
------------------------------------------------------------ | |
Client connecting to 10.10.10.1, TCP port 5001 | |
TCP window size: 85.0 KByte (default) | |
------------------------------------------------------------ | |
[ 5] local 192.168.199.3 port 54435 connected with 10.10.10.1 port 5001 | |
[ 4] local 192.168.199.3 port 5001 connected with 10.10.10.1 port 51866 | |
[ ID] Interval Transfer Bandwidth | |
[ 5] 0.0-10.4 sec 6.88 MBytes 5.54 Mbits/sec | |
[ 4] 0.0-11.5 sec 2.00 MBytes 1.46 Mbits/sec |
This file contains hidden or 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
pi@pi2 ~ $ iperf -s | |
------------------------------------------------------------ | |
Server listening on TCP port 5001 | |
TCP window size: 85.3 KByte (default) | |
------------------------------------------------------------ | |
[ 4] local 10.10.10.1 port 5001 connected with 10.10.10.234 port 54435 | |
------------------------------------------------------------ | |
Client connecting to 10.10.10.234, TCP port 5001 | |
TCP window size: 43.8 KByte (default) | |
------------------------------------------------------------ | |
[ 6] local 10.10.10.1 port 51866 connected with 10.10.10.234 port 5001 | |
[ ID] Interval Transfer Bandwidth | |
[ 4] 0.0-10.6 sec 6.88 MBytes 5.43 Mbits/sec | |
[ 6] 0.0-11.2 sec 2.00 MBytes 1.50 Mbits/sec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment