Thursday, September 1, 2011

Lan Wan Speed Test Iperf

Iperf is a tool i use to determine tcp or udf performance on a network.

The following commands are to be ran on the client(machine connecting from) and servers(Machine connecting to)

Client:
iperf.exe -c 192.168.1.51

Server:
iperf.exe -s

Iperf is opensource.

Download links
Linux
http://code.google.com/p/iperf/
http://sourceforge.net/projects/iperf/
Windows
https://nocweboldcst.ucf.edu/files/iperf.exe - old
http://www.mayoxide.com/iperf/ - newer build fork.

2 comments:

  1. We were using iperf for a while. We switched to pathtest – it’s still command line and still free, but more customizable – TCP, UDP and ICMP and results have been consistent. http://www.testmypath.com

    ReplyDelete
  2. Thanks for the information ill check it out

    ReplyDelete