Skip to content

Commit

Permalink
update README, move RELEASE_NOTES into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugan1024 committed Jul 8, 2010
1 parent 1c16864 commit f9fd0fe
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
47 changes: 16 additions & 31 deletions README
Original file line number Diff line number Diff line change
@@ -1,44 +1,29 @@
Summary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
= Summary =

iperf3 is a tool for measuring Internet bandwidth performance.
This is iperf3, a tool for measuring Internet bandwidth performance.
iperf3 is a tool for measuring achievable bandwidth on IP networks.

Supported platforms:
iperf3 should work on Linux, FreeBSD, and Mac OSX


Building iperf3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iperf3 is NOT backwards compatible with the original iperf.

Prerequisites:
libuuid: this is not installed by default for Debian/Ubuntu Systems
to install: apt-get install uuid-dev
Supported platforms:
* Linux
* FreeBSD
* Mac OSX

To build, just type 'make' (or 'gmake' on FreeBSD)
= Building iperf3 =

== Prerequisites: ==
* libuuid: this is not installed by default for Debian/Ubuntu Systems
to install: apt-get install uuid-dev

Release Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
== Building ==

iperf - Version 3, beta 1
Run:

New in this version:
* TCP control socket now manages messages between client and server
* Dynamic server (gets test parameters from client)
- Server can now set test options dynamically without having to restart.
Currently supported options: -l, -t, -n, -P, -R
Future options: -u, -b, -w, -M, -N, -I, -T, -Z, -6
* Results exchange
- Client can now see server results (and vice versa)
* Reverse mode (-R)
- Server sends, client receives
./configure

Note: iperf3 is NOT backwards compatible with iperf2.
and

make

Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For more information see: http://code.google.com/p/iperf/

12 changes: 12 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
== iperf 3.0b1 2010-07-08 ==

* TCP control socket now manages messages between client and server
* Dynamic server (gets test parameters from client)
* Server can now set test options dynamically without having to restart.
* Currently supported options: -l, -t, -n, -P, -R
* Future options: -u, -b, -w, -M, -N, -I, -T, -Z, -6
* Results exchange
* Client can now see server results (and vice versa)
* Reverse mode (-R)
* Server sends, client receives

0 comments on commit f9fd0fe

Please sign in to comment.