View Single Post
Old 07-23-2009, 04:16 PM   #3
NeoLojik
Junior Member
 
Join Date: Jul 2009
Posts: 8
Default

[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.
NeoLojik is offline