Linux See Ethernet Statistics
You can use the ethtool command to view Ethernet statistics on Linux. Here’s how to view Ethernet statistics for a specific interface: Open a terminal window. Type the following command: ethtool eth0 (replace “eth0” with the name of the interface you want to view). Press Enter. This will display information about the specified interface, including … Read more