]> sjero.net Git - iperf/blob - README
TCP Congestion Control Module via options
[iperf] / README
1 This is Iperf v2.0.0, a tool for measuring Internet bandwidth performance.
2 See the doc directory for more documentation.
3 Briefly:
4
5   ./configure      -- configure for your machine
6   make             -- compile Iperf
7   make install     -- install Iperf, if desired
8
9   iperf -s               (on machine "foo.bar.edu")
10   iperf -c foo.bar.edu   (on some other machine)
11   iperf -h               (for help screen)
12   iperf -v               (for version information)
13
14 Copyright 1999, 2000, 2001, 2002, 2003, 2004
15 The Board of Trustees of the University of Illinois
16 All rights reserved
17 See UI License (doc/ui_license.html) for complete details.
18
19 $Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $