kennysarmy Posted January 21, 2015 Posted January 21, 2015 Any suggestions on software to: Measure network bandwidth between two PC's for free? Thanks.
Meldrew Posted January 21, 2015 Posted January 21, 2015 I'd suggest iperf.exe. Its a command line utility, but very easy to use. You setup one PC as a 'server' PC, by running iperf.exe -s. Then from the other PC, run iperf.exe -c Actually, for a more accurate figure, I'd use iperf.exe -P 10 -c . The -P switch allows for simultaneous connections to get an aggregate bandwidth. Meldrew 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now