Page Banner

Networking Bandwidth Testing

Networking bandwidth testing , a quick example:

On server
#iperf -s -u -i 2

From client
# iperf -u -c -b 900M -t60

-Mani