Iperf 2.0 Beta
Well there was a little bit of feedback on the previous alpha, so as my
Christmas present to you all I have cleaned those issues up and now have
released a beta. You can get it at:
http://dast.nlanr.net/Projects/Iperf/iperf-2.0.b.tar.gz
Kevin
Changes since 2.0.a:
Fixed single threaded compiles (use: ./configure --disable-threads )
When using -1 and (-P N) on the server the 'N' now refers to the number of
"clients" in the sense of runs of iperf with the -c. This allows for
multiple streams from a single client (-P) without decrementing the 'N'
for each one.
Fixed a Summing bug
Changes from 1.7.0:
Complete rewrite!! Changed a lot!
(-1) only allows handling of a single IP at a time on the server but
allows any number of streams from that client.
(-y x) changes reporting style to 'x' currently the only available
additional style is 'csv' which generates CSV single line output.
(-x T) eXcludes types of reports. This will remove some of the possible
reports. 'T' can be s,c,d,v where s = Settings report, c = Connection
report, d = Data Report, and v = Server Reports on clients for UDP. So to
exclude settings and connection reports use (-x sc).