iperf3 with tls support
Go to file
2010-07-16 22:52:37 +00:00
config update autoconf stuff 2010-07-08 23:26:52 +00:00
src Small updates to man page and documentation. 2010-07-15 23:38:10 +00:00
aclocal.m4 update autoconf stuff 2010-07-08 23:26:52 +00:00
AUTHORS more cleanup and rearrangement 2009-12-02 02:08:47 +00:00
bootstrap.sh update autoconf stuff 2010-07-08 23:26:52 +00:00
configure update autoconf stuff 2010-07-08 23:26:52 +00:00
configure.ac Modify auto* scripts to handle the different uuid libraries/headers. 2009-12-10 14:20:48 +00:00
INSTALL import of iperf-2.0 release 2007-08-29 21:57:27 +00:00
LICENSE more cleanup and rearrangement 2009-12-02 02:08:47 +00:00
Makefile.am Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
Makefile.in update autoconf stuff 2010-07-08 23:26:52 +00:00
README update README, move RELEASE_NOTES into separate file 2010-07-08 23:46:32 +00:00
RELEASE_NOTES restore release notes from prev release 2010-07-16 22:52:37 +00:00
TODO Small updates to man page and documentation. 2010-07-15 23:38:10 +00:00

= Summary =

iperf3 is a tool for measuring achievable bandwidth on IP networks.

iperf3 is NOT backwards compatible with the original iperf.

Supported platforms:
  * Linux
  * FreeBSD 
  * Mac OSX

= Building iperf3 =

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

== Building ==

Run:

./configure

and 

make


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