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
Moving SSL Certificate from IIS to Apache
Viewed 1862 times since Mon, Feb 18, 2019
RHEL: Enabling standard ftp/telnet
Viewed 3281 times since Sun, May 27, 2018
Red Hat 8 How to Set Up Automatic Updates for CentOS 8
Viewed 3519 times since Fri, Sep 25, 2020
LVM: Reduce SWAP size by removing a Logical Volume
Viewed 1909 times since Sat, Jun 2, 2018
8 Vim Tips And Tricks That Will Make You A Pro User
Viewed 2820 times since Fri, Apr 19, 2019
OpenSSL – sprawdzanie czy klucz pasuje do certyfikatu
Viewed 2575 times since Thu, May 24, 2018
HowTo: Kill TCP Connections in CLOSE_WAIT State
Viewed 15347 times since Thu, Feb 14, 2019
HowTo: Send Email from an SMTP Server using the Command Line
Viewed 1790 times since Mon, Feb 18, 2019
Testing TLS/SSL encryption
Viewed 13078 times since Thu, Jan 16, 2020
How To: Linux Hard Disk Encryption With LUKS [ cryptsetup Command ]
Viewed 7196 times since Fri, Jul 13, 2018