1 example for iperf

{{ score }}
  # test network with iperf client mode using UDP packets, sending bandwidth at 1 M/sec, port 50000, 30 seconds, with 8 parallel client threads
iperf -u -c [ip_address] -p 50000 -b 1M -t 30 -P 8