---iperf Commands---

iperf -s -u -i.5 ##'iperf -s' server mode, '-u' UDP packets, '-i.5' echo status to command line every .5 seconds, remove '-u' for TCP test

iperf -c 192.168.20.6 -u -i.5 -fm -t60 -b1000m ##'iperf -c' client mode, '192.168.20.6' destination ip addr, '-u' UDP packets, '-i.5' echo status to command line every .5 seconds, '-fm' '-f' format of bandwidth 'm' megabits/s, '-t60' time, run stream for '60' seconds, '-b1000m' set bandwidth of stream '1000m' 1000 megabits/s, remove '-u' for TCP test