iperf3 with tls support
Go to file
2010-09-20 21:50:12 +00:00
config update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +00:00
src update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +00:00
aclocal.m4 update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +00:00
AUTHORS Updated documentation 2010-08-02 23:30:22 +00:00
bootstrap.sh Updated autoconf stuff and fixed a small error with ierror() 2010-07-19 20:38:40 +00:00
configure update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +00:00
configure.ac update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +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
make_release add make_release script 2010-07-23 23:50:02 +00:00
Makefile.am Add an initial autotools setup. 2009-12-08 21:36:24 +00:00
Makefile.in update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris 2010-09-20 21:50:12 +00:00
README update README, move RELEASE_NOTES into separate file 2010-07-08 23:46:32 +00:00
RELEASE_NOTES Updated documentation 2010-08-02 23:30:22 +00:00
TODO Updated documentation 2010-08-02 23:30:22 +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/