Measure network speed between 2 machines

install

sudo apt-get install iperf


run on machine A
iperf -s

run on machine B
iperf -c IP_OF_MACHINE_A

Comments