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.
Fixed a bug where the server died on client interrupt. Also updated R…
…EADME, TODO, and man page.
- Loading branch information
sethdelliott
committed
Jul 8, 2010
1 parent
2b1d7e9
commit 1ac522e
Showing
5 changed files
with
84 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,44 @@ | ||
Summary | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
iperf3 is a tool for measuring Internet bandwidth performance. | ||
This is iperf3, a tool for measuring Internet bandwidth performance. | ||
|
||
iperf3 should work on Linux, FreeBSD, and Mac OSX | ||
Supported platforms: | ||
iperf3 should work on Linux, FreeBSD, and Mac OSX | ||
|
||
|
||
Building iperf3 | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
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. | ||
Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
iperf - Version 3, beta 1 | ||
|
||
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 | ||
|
||
Note: iperf3 is NOT backwards compatible with iperf2. | ||
|
||
|
||
Documentation | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
For more information see: http://code.google.com/p/iperf/ | ||
|
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
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
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
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