2010-07-08 23:46:32 +00:00
|
|
|
= Summary =
|
2007-08-29 21:57:27 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
iperf3 is a tool for measuring achievable bandwidth on IP networks.
|
2007-08-29 21:57:27 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
iperf3 is NOT backwards compatible with the original iperf.
|
2007-08-29 21:57:27 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
Supported platforms:
|
|
|
|
* Linux
|
|
|
|
* FreeBSD
|
|
|
|
* Mac OSX
|
2009-12-02 02:08:47 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
= Building iperf3 =
|
2009-12-02 02:08:47 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
== Prerequisites: ==
|
|
|
|
* libuuid: this is not installed by default for Debian/Ubuntu Systems
|
|
|
|
to install: apt-get install uuid-dev
|
2009-12-02 02:08:47 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
== Building ==
|
2010-07-08 22:41:22 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
Run:
|
2010-07-08 22:41:22 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
./configure
|
2010-07-08 22:41:22 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
and
|
2010-07-08 22:41:22 +00:00
|
|
|
|
2010-07-08 23:46:32 +00:00
|
|
|
make
|
2010-07-08 22:41:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
For more information see: http://code.google.com/p/iperf/
|