1 example for iperf
# 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
# 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