Versions Compared

Key

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

...

Code Block
iperf -c iperf.wiscnet.net -t 1060 -P 20 -u -b 50m -i1


Info

" -t 10 " = 10 seconds. Since graphs.wiscnet.net pools every 5 minutes, you can modify the -t parameter to run it long enough for the graphs to reflect the speeds.


On some windows platforms, the above command works great for the upload and the command below generates more traffic for the download

Code Block
iperf -c iperf.wiscnet.net -t 1060 -P 10 -u -b 100m -i1


Results

...

Code Block
iperf -c iperf.wiscnet.net -t 1060 -P 20 -u -b 50m -i1 -r


Installation Guides

...