Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xl0/iperf3
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xl0/iperf3
- Owner: xl0
- License: other
- Created: 2011-05-02T11:05:14.000Z (over 13 years ago)
- Default Branch: stats-fix
- Last Pushed: 2011-05-02T21:18:52.000Z (over 13 years ago)
- Last Synced: 2024-10-30T08:26:02.004Z (2 months ago)
- Language: Shell
- Homepage: http://code.google.com/p/iperf/
- Size: 883 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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/