Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Many Lunix and Unix distros will have iperf in official repositories. Make sure to install iperf2 (iperf), not iperf3

Ubuntu

HTML
$ apt-cache search iperf | grep -i iperf
iperf - Internet Protocol bandwidth measuring tool
iperf3 - Internet Protocol bandwidth measuring tool
$ sudo apt-get install iperf

...