Iperf 2.0.a Release
An Alpha of the Iperf 2.0 code is available for download. This is a pretty
hefty rewrite and reorg of most of the Iperf code base. The biggest
changes that are currently incorporated is different reporting styles and
limiting of reports. Also only allowing the server to service one IP at a
time was also added. The source is available at
http://dast.nlanr.net/Projects/Iperf/iperf-2.0.a.tar.gz
Enjoy,
Kevin
Reporting styles are:
default
CSV (-y csv)
There maybe more added before the final and an framework is in place to
easily add custom reporting styles.
Limiting of reports are:
no setting reports (-x s)
no data(stats) reports (-x d)
no connection reports (-x c)
no serverside UDP reports (-x v)
To supply multiple options just add together like (-x sdcv).
Limiting to one IP at a time servicing from server, means that a single IP
can create connections at a time, but that IP can have several streams (eg
-P <number streams>). To use this option supply (-1) to the server
commandline.