iperf

Description of your first forum.
Post Reply
camelot
Site Admin
Posts: 99
Joined: Thu 17 Jul, 2008 18:41
Contact:

iperf

Post by camelot »

C:\jperf\bin>iperf -c 10.10.10.4
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[1912] local 10.10.10.1 port 1069 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 3.22 MBytes 2.68 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 16k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 16.0 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1070 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 4.78 MBytes 3.98 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 32k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 32.0 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1071 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 8.15 MBytes 6.78 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 64k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 64.0 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1072 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 14.8 MBytes 12.3 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 128k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 128 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1073 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 28.3 MBytes 23.5 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 256k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 256 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1074 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 54.3 MBytes 45.2 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 512k
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 512 KByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1075 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 106 MBytes 88.6 Mbits/sec

C:\jperf\bin>iperf -c 10.10.10.4 -w 1M
------------------------------------------------------------
Client connecting to 10.10.10.4, TCP port 5001
TCP window size: 1.00 MByte
------------------------------------------------------------
[1912] local 10.10.10.1 port 1076 connected with 10.10.10.4 port 5001
[ ID] Interval Transfer Bandwidth
[1912] 0.0-10.1 sec 210 MBytes 175 Mbits/sec
Post Reply