Tuesday, December 17, 2013

Check ethernet connection speed in Linux

Type the following command to get speed for eth0:

ethtool eth0 | less

OR

ethtool eth0 | grep -i speed