Checking Network Adapter Speed with ethtool in Linux
When you need to verify the current link speed of a network interface — whether it’s running at 10Mbps, 100Mbps, 1Gbps, or higher — ethtool is the standard tool for the job. Using ethtool to check interface speed The basic command is straightforward: ethtool eth0 Replace eth0 with your actual interface name. Here’s sample output:…
