iperf3 with tls support
Go to file
2010-07-08 23:29:17 +00:00
config update autoconf stuff 2010-07-08 23:26:52 +00:00
src bump version for beta release 2010-07-08 23:29:17 +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 Fixed a bug where the server died on client interrupt. Also updated README, TODO, and man page. 2010-07-08 22:41:22 +00:00
TODO Fixed a bug where the server died on client interrupt. Also updated README, TODO, and man page. 2010-07-08 22:41:22 +00:00

Summary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

iperf3 is a tool for measuring Internet bandwidth performance.
This is iperf3, a tool for measuring Internet bandwidth performance.

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)


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/