How to determine the Link Speed or Network speed of a Network Adapter in Ubuntu
Submitted by Koder on Thu, 07/29/2010 - 16:00
In order to determine the Link Speed or the Network Speed of a Network adapter in Ubuntu, simple open up a terminal window and issue the following command:
ethtool eth0
Here eth0 is your adapter name, it can be different than eth0. If you want to find out what your ethernet adapter is called give the following command
ifconfig -a
This will show you all the network adapters in your Ubuntu machine along with their names.
- Add new comment
- 3414 reads
-


Operation not permitted ?!