I just installed a new gigabit network interface card (NIC) in Linux. How do I tell if it is really set to gigabit speeds? I see ethtool has an option to set the speed, but I can't seem to figure out how to report its current speed.
| |||
|
feedback
|
|
Just use a command like:
| |||
|
feedback
|
|
As Khaled mentioned, you should be able to run ethtool with just the interface as an argument. This will list the supported speeds, the advertised speeds, the current speed, and a bunch of other things too:
You can also run
| |||
|
feedback
|
|
Use Ex.
| |||
|
feedback
|