Linux - How to get network speed and statistic of ethernet adapter in Linux

Linux - How to get network speed and statistic of ethernet adapter in Linux

 
Question : How to get network speed of ethernet adapter in Linux.
Answer : "ethtool <ethX>" command can be used to get network speed of specific ethernet card in Linux.
Example :
[root@server ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Link detected: yes


Question : How to get network statistic of ethernet interface in Linux.
Answer : "ifconfig <ethX>" command can be used to display statistic of specific ethernet interface in Linux. Alternative, "ifconfig -a" command can be used to display statistic of all ethernet interface in Linux.
Example :
root@server # ifconfig -a <--- To display network statistic of all interface
root@server # ifconfig eth0 <--- To display network statistic of interface eth0
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
What is yum-cron ?
Viewed 2814 times since Fri, Oct 26, 2018
10 Linux cryptsetup Examples for LUKS Key Management (How to Add, Remove, Change, Reset LUKS encryption Key)
Viewed 5342 times since Tue, Jul 31, 2018
How to Clear RAM Memory Cache, Buffer and Swap Space on Linux
Viewed 2872 times since Mon, Nov 23, 2020
Create a Linux Swap File
Viewed 3170 times since Fri, Jun 8, 2018
20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management YUM
Viewed 11461 times since Thu, Oct 25, 2018
Inxi: Find System And Hardware Information On Linux
Viewed 2441 times since Sat, Jun 2, 2018
RHEL: Create a local RPM repository
Viewed 11385 times since Sun, May 27, 2018
how to list all hard disks in linux from command line
Viewed 3769 times since Mon, Jan 28, 2019
RHEL7 slow ssh login
Viewed 4550 times since Tue, Aug 6, 2019
OEL 7 – How to disable IPv6 on Oracle Linux 7
Viewed 20674 times since Fri, Aug 3, 2018