forked from esnet/iperf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27f1f35
commit d768f73
Showing
8 changed files
with
29 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
This is Iperf v2.0.0, a tool for measuring Internet bandwidth performance. | ||
See the doc directory for more documentation. | ||
Briefly: | ||
|
||
./configure -- configure for your machine | ||
make -- compile Iperf | ||
make install -- install Iperf, if desired | ||
This is iperf3, a tool for measuring Internet bandwidth performance. | ||
|
||
iperf -s (on machine "foo.bar.edu") | ||
iperf -c foo.bar.edu (on some other machine) | ||
iperf -h (for help screen) | ||
iperf -v (for version information) | ||
iperf3 should work on Linux, FreeBSD, and Mac OSX | ||
|
||
Copyright 1999, 2000, 2001, 2002, 2003, 2004 | ||
The Board of Trustees of the University of Illinois | ||
All rights reserved | ||
See UI License (doc/ui_license.html) for complete details. | ||
Prerequisites: | ||
libuuid: this is not installed by default for Debian/Ubuntu Systems | ||
to install: apt-get install uuid-dev | ||
|
||
To build, just type 'make' (or 'gmake' on FreeBSD) | ||
|
||
For more information see: http://code.google.com/p/iperf/ | ||
|
||
Note that iperf3 is NOT backwards compatible with iperf2. | ||
|
||
$Id: README,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $ |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.