====== IPerf ====== The home page for iperf is http://dast.nlanr.net/Projects/Iperf/

Local Download: iperf.exe (iperf version 1.7.0 (13 Mar 2003) win32 threads)

Command Line to start TCP server: iperf -s -i 5 -w 512K

Command Line to start UDP server:iperf -s -i 5 -u -w 512K

**NOTE:** Use the same or smaller window size on the client as the server

Command Line to University of Central Florida: iperf -c 132.170.3.31

results should look like this: ------------------------------------------------------------ Client connecting to 10.0.13.68, TCP port 5001 TCP window size: 8.00 KByte (default) ------------------------------------------------------------ [1924] local (your IP) port 1500 connected with 132.170.3.31 port 5001 [ ID] Interval Transfer Bandwidth [1924] 0.0-10.0 sec 111 MBytes92.9 Mbits/sec

You're interested in the red numbers

===== References ===== http://www.noc.ucf.edu/Tools/Iperf/ http://openmaniak.com/iperf.php -- Main.FredPettis - 16 Oct 2009