How to test network performance?

bozrdang

Junior Member
Oct 29, 2005
8
0
0
I have upgraded most of my home network to Gigabit, but I'm having doubts that it's running right. Is there any software I can download to verify I'm getting the speed I should?
 

Madwand1

Diamond Member
Jan 23, 2006
3,309
0
76
You can try iperf: http://dast.nlanr.net/Projects/Iperf/

I stick with version 1.7.

E.g. from a command prompt:

server: iperf -s
client: iperf -c server -l 64k -t 12 -i 3 -r

E.g. typical results for decent modern networking, without jumbo frames:

F:\tools\bench\iperf>iperf -c 192.168.0.168 -l 64k -t 12 -i 3 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.0.168, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[816] local 192.168.0.141 port 32863 connected with 192.168.0.168 port 5001
[ ID] Interval Transfer Bandwidth
[816] 0.0- 3.0 sec 336 MBytes 940 Mbits/sec
[816] 3.0- 6.0 sec 337 MBytes 941 Mbits/sec
[816] 6.0- 9.0 sec 336 MBytes 940 Mbits/sec
[816] 9.0-12.0 sec 335 MBytes 936 Mbits/sec
[816] 0.0-12.0 sec 1.31 GBytes 937 Mbits/sec
[792] local 192.168.0.141 port 5001 connected with 192.168.0.168 port 1264
[ ID] Interval Transfer Bandwidth
[792] 0.0- 3.0 sec 329 MBytes 921 Mbits/sec
[792] 3.0- 6.0 sec 337 MBytes 942 Mbits/sec
[792] 6.0- 9.0 sec 337 MBytes 943 Mbits/sec
[792] 9.0-12.0 sec 336 MBytes 941 Mbits/sec
[792] 0.0-12.1 sec 1.32 GBytes 936 Mbits/sec