Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xl0/iperf3


https://github.com/xl0/iperf3

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

= 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/