tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: download rate to slow tith 1000BaseT



netbsd:
iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 32.0 KByte (default)
------------------------------------------------------------
[  4] local 192.168.2.103 port 5001 connected with 192.168.2.129 port 43759
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  1.09 GBytes   939 Mbits/sec
^C-bash-4.2$ iperf -c 192.168.2.129
------------------------------------------------------------
Client connecting to 192.168.2.129, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[  3] local 192.168.2.103 port 63872 connected with 192.168.2.129 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  1006 MBytes   843 Mbits/sec

Linux:
iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 32.0 KByte (default)
------------------------------------------------------------
[  4] local 192.168.2.103 port 5001 connected with 192.168.2.129 port 43759
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  1.09 GBytes   939 Mbits/sec
^C-bash-4.2$ iperf -c 192.168.2.129
------------------------------------------------------------
Client connecting to 192.168.2.129, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[  3] local 192.168.2.103 port 63872 connected with 192.168.2.129 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  1006 MBytes   843 Mbits/sec


Home | Main Index | Thread Index | Old Index