Versions Compared

Key

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

...

FlagDetailsExample
-cClient mode-c
-tTime to run the test in seconds-t 30
-PNumber of parallel connections-P 2
-uUDP (default is TCP)-u
-bBandwidth per thread
-b 250m
-iInterval between bandwidth reports in seconds-i 1
-L
Listen on port-L 6001
-r
bidirectional test-r


Examples

Unidirectional 1Gbps circuit test

Code Block
iperf -c iperf.wiscnet.net -t 10 -P 4 -u -b 250m -i1


Bidirectional 1Gbps circuit test

*Firewall settings and NAT may impact a bidirectional test

...