2009-12-02 02:08:47 +00:00
|
|
|
|
|
|
|
iperf3 is a complete rewrite of iperf2, with a goal of making the
|
|
|
|
code smaller and easier to maintain, and to support a client library
|
|
|
|
verion of the functionality.
|
|
|
|
|
|
|
|
|
|
|
|
Main designer: Jon Dugan, ESnet
|
2010-08-02 23:30:22 +00:00
|
|
|
Original implementation: Seth Elliott, Kaustubh Prabhu (summer students)
|
|
|
|
Major overall: Brian Tierney, ESnet
|
2009-12-02 02:08:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------
|
|
|
|
|
|
|
|
iperf3 contains some orginal code from iperf2.
|
|
|
|
|
|
|
|
Here are the authors of iperf2.
|
|
|
|
|
|
|
|
|
2008-03-12 20:28:21 +00:00
|
|
|
Mark Gates
|
|
|
|
Alex Warshavsky
|
|
|
|
|
|
|
|
* original authors
|
|
|
|
|
|
|
|
Ajay Tirumala
|
|
|
|
|
|
|
|
* general improvements
|
|
|
|
|
|
|
|
Jim Ferguson <ferguson@ncsa.uiuc.edu>
|
|
|
|
|
|
|
|
* Project management
|
|
|
|
|
|
|
|
Jon Dugan <jdugan@x1024.net>
|
|
|
|
|
|
|
|
* Project maintainer and release coordinator
|
|
|
|
* various patches and autoconf fixes, general maintenance
|
|
|
|
|
|
|
|
Feng Qin
|
|
|
|
Kevin Gibbs
|
|
|
|
|
|
|
|
* windows porting work
|
|
|
|
|
|
|
|
John Estabrook <jestabro@ncsa.uiuc.edu>
|
|
|
|
|
|
|
|
Andrew Gallatin <gallatin@gmail.com>
|
|
|
|
* threading fix and non Linux performance improvements
|
|
|
|
|
2008-03-19 22:17:13 +00:00
|
|
|
Stephen Hemminger <shemminger@linux-foundation.org>
|
2008-03-19 22:23:26 +00:00
|
|
|
* Linux congestion control selection and theading improvements
|
2008-05-10 02:26:48 +00:00
|
|
|
|
|
|
|
Nathan Jones <nmjones@users.sourceforge.net>
|
|
|
|
* patch for underflow when value specified in -n is not a multiple of -l
|
2008-05-10 03:18:35 +00:00
|
|
|
|
|
|
|
Gerrit Renker <grenker@users.sourceforge.net>
|
|
|
|
* replace costly gettimeofday() with nanonsleep()
|