Friday, April 8, 2011

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

No comments:

Post a Comment

Implementing a killswitch when your VPN connection drops on Ubuntu

Ubuntu   Goto https://github.com/lafa/vpn_enforce and follow the instructions. This assumes you already configured your vpn on gnome network...