AaronMatthewBrown
f4a3ddaae6
Add an initial autotools setup.
The main iperf binary is compiled, along with a static libiperf, the unit tests, and a profiled iperf binary. The tests, and the profiled iperf binary do not get installed. To compile, run: ./bootstrap.sh ./configure make It has all the normal make options (they come mostly for free). e.g.: You can run "make install" to install it. You can run "make dist" which will create a distribution tarball. You can run "make check" to run all the tests. I backed up the existing Makefile as "src/Makefile.old" in case folks want to use that still.
This is iperf3, a tool for measuring Internet bandwidth performance. iperf3 should work on Linux, FreeBSD, and Mac OSX 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) For more information see: http://code.google.com/p/iperf/ Note that iperf3 is NOT backwards compatible with iperf2.
Описание
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool (BSD license)
https://github.com/esnet/iperf
Languages
C
50.2%
Shell
34.1%
Makefile
11.9%
Roff
2%
M4
1.3%
Разное
0.3%