Checking NIC Speed in Linux
To check the link speed for Linux, the easiest method is to issue the following command:
dmesg | grep 100
This will bring up anything with 100mb or higher, so if you have a 10mb NIC, or think you do, then change it to 10 instead of 100.
Share
Comment on Checking NIC Speed in Linux
Leave a Reply