[url]http://code.google.com/p/xjperf/[/url]
Download the zip, iperf.exe is in the bin directory.
Invoke the server like so:
iperf -s -w 128k
Invoke the client like so:
iperf -c SERVER_IP -w 128k -P 2 -t 30
It'll take 30 seconds then spit out the results. You're interested in [SUM] which is the combined total of both threads.
|