Skip to content

Instantly share code, notes, and snippets.

@kukat
Created July 23, 2013 16:31
Show Gist options
  • Save kukat/6063885 to your computer and use it in GitHub Desktop.
Save kukat/6063885 to your computer and use it in GitHub Desktop.
N56U iperf test
QNAP$ iperf -c 192.168.1.4 -w 128k -t 60 -P 5
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 220 KByte (WARNING: requested 128 KByte)
------------------------------------------------------------
[ 4] local 192.168.1.2 port 44510 connected with 192.168.1.4 port 5001
[ 5] local 192.168.1.2 port 44511 connected with 192.168.1.4 port 5001
[ 6] local 192.168.1.2 port 44512 connected with 192.168.1.4 port 5001
[ 3] local 192.168.1.2 port 44509 connected with 192.168.1.4 port 5001
[ 7] local 192.168.1.2 port 44513 connected with 192.168.1.4 port 5001
[ ID] Interval Transfer Bandwidth
[ 5] 0.0-60.2 sec 182 MBytes 25.3 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 7] 0.0-60.3 sec 289 MBytes 40.2 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-60.3 sec 172 MBytes 23.9 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-60.3 sec 191 MBytes 26.6 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-60.3 sec 133 MBytes 18.6 Mbits/sec
[SUM] 0.0-60.3 sec 967 MBytes 135 Mbits/sec
iMac$ iperf -c 192.168.1.2 -w 128k -t 60 -P 5
------------------------------------------------------------
Client connecting to 192.168.1.2, TCP port 5001
TCP window size: 129 KByte (WARNING: requested 128 KByte)
------------------------------------------------------------
[ 8] local 192.168.1.4 port 58815 connected with 192.168.1.2 port 5001
[ 4] local 192.168.1.4 port 58811 connected with 192.168.1.2 port 5001
[ 6] local 192.168.1.4 port 58813 connected with 192.168.1.2 port 5001
[ 7] local 192.168.1.4 port 58814 connected with 192.168.1.2 port 5001
[ 5] local 192.168.1.4 port 58812 connected with 192.168.1.2 port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-60.1 sec 180 MBytes 25.1 Mbits/sec
[ 5] 0.0-60.1 sec 180 MBytes 25.0 Mbits/sec
[ 4] 0.0-60.1 sec 176 MBytes 24.6 Mbits/sec
[ 7] 0.0-60.1 sec 172 MBytes 24.0 Mbits/sec
[ 8] 0.0-60.1 sec 174 MBytes 24.3 Mbits/sec
[SUM] 0.0-60.1 sec 882 MBytes 123 Mbits/sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment