Skip to content

Commit

Permalink
more cleanup and rearrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugan1024 committed Dec 2, 2009
1 parent 27f1f35 commit d768f73
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 197 deletions.
18 changes: 18 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

iperf3 is a complete rewrite of iperf2, with a goal of making the
code smaller and easier to maintain, and to support a client library
verion of the functionality.


Main designer: Jon Dugan, ESnet
Original implementation: Kaustubh Prabhu (summer student)
major overall: Brian Tierney, ESnet


-------------------------------------------------

iperf3 contains some orginal code from iperf2.

Here are the authors of iperf2.


Mark Gates
Alex Warshavsky

Expand Down
40 changes: 0 additions & 40 deletions COPYING

This file was deleted.

73 changes: 0 additions & 73 deletions ChangeLog

This file was deleted.

File renamed without changes.
26 changes: 11 additions & 15 deletions README
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.
54 changes: 0 additions & 54 deletions src/AUTHORS

This file was deleted.

15 changes: 0 additions & 15 deletions src/README.txt

This file was deleted.

0 comments on commit d768f73

Please sign in to comment.