Iperf – Bandwidth Measurement Tool
April 15th, 2008
No comments
Need a simple way to test the bandwidth between two hosts that you have access to? If so, then just drop Iperf onto both machines. Launch one instance as the server
iperf -s
and the other as the client
iperf -c <Server IP>
then after 10 seconds you’ll have your result.
Read more…