User Tools

Site Tools


iperf
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


iperf [2013/01/28 04:29] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== IPerf ======
 +The home page for iperf is <a href''"http://dast.nlanr.net/Projects/Iperf/">http://dast.nlanr.net/Projects/Iperf/</a>
 +<p>Local Download: <a href''"http://www.pebcac.net/downloads/index.php?dir''Windows%2FUtilities%2F&download''iperf.exe">iperf.exe</a> (iperf version 1.7.0 (13 Mar 2003) win32 threads)</p>
 +<p>Command Line to start TCP server: iperf -s -i 5 -w 512K</p>
 +<p>Command Line to start UDP server:iperf -s -i 5 -u -w 512K</p>
 +**NOTE:** Use the same or smaller window size on the client as the server
 +<p>Command Line to University of Central Florida: iperf -c 132.170.3.31</p>
 +<p>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 <font color''"#ff0000">111 MBytes</font><font color''"#ff0000">92.9 Mbits/sec</font></font></font></p>
 +<p>You're interested in the red numbers</p>
 +
 +===== References =====
 +http://www.noc.ucf.edu/Tools/Iperf/
 +
 +http://openmaniak.com/iperf.php
 +
 +-- Main.FredPettis - 16 Oct 2009
iperf.txt · Last modified: 2013/01/28 04:29 by 127.0.0.1