- Install iperf on Windows - just download, unzip and run iperf.exe.
- Install iperf on Ubuntu:
sudo apt-get install iperf
Iperf supports several options, but generally you would run it on one device as a "server" and another as a "client."
To launch iperf in server mode just enter iperf -s at the terminal. It will report, "Server listening on TCP port 5001. . ."
Note: Iperf can be used to test LAN speeds as well as over the Internet.
Download Iperf and get more information from SourceForge.
iperf for windows is easy to use and works well to test network bandwidth. iperf is awesome!
ReplyDeleteThe link to iperf (SourceForge) has only source distributions -- no compiled Windows binary at all. Where did you get your compile binary?
ReplyDeletehttp://sourceforge.net/projects/iperf/files/jperf/
ReplyDeleteMany thanks
ReplyDelete