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

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

 
Question : How to get network speed of ethernet adapter in AIX.
Answer : netstat command with option "v" can be used to get network speed of ethernet adapter in AIX. Look for media speed value in respective ethernet. A quick way to look for media speed would be using grep command.
Example :
root@server # netstat -v |egrep 'ETHER|Speed'
ETHERNET STATISTICS (ent0) :
Media Speed Selected: Auto negotiation
Media Speed Running: 1000 Mbps Full Duplex
ETHERNET STATISTICS (ent2) :
Switch ID: ETHERNET00
ETHERNET STATISTICS (ent1) :
Media Speed Selected: Auto negotiation
Media Speed Running: 1000 Mbps Full Duplex


Question : How to get network statistic of ethernet adapter in AIX.
Answer : "entstat -d <interface>" command can be used to display statistic of specific ethernet adapter in AIX. Alternative, "netstat -v" command can be used to display statistic of all ethernet adapter in AIX.
Example :
root@server # netstat -v <--- To display network statistic of all enthernet adapter
root@server # entstat -d en0 <--- To display network statistic of en0
5 (3)
Article Rating (3 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
IBM AIX MPIO: Best practices and considerations
Viewed 11307 times since Wed, May 30, 2018
Top 4 Reasons for Node Reboot or Node Eviction in Real Application Cluster (RAC) Environment
Viewed 90010 times since Thu, Jun 21, 2018
AIX - How to extend JFS filesystem
Viewed 18749 times since Fri, Jun 8, 2018
View mksysb content & restore individual files
Viewed 1825 times since Tue, Jul 17, 2018
How to deal with performance monitoring in AIX ?
Viewed 7777 times since Fri, May 25, 2018
Create jfs2 logical volume on AIX
Viewed 4774 times since Thu, Feb 21, 2019
replacing (hot-swap) failed disk in rootvg
Viewed 9116 times since Thu, Sep 20, 2018
Recovery AIX system when hang on boot (554 code error).
Viewed 16051 times since Thu, Feb 21, 2019
AIX lspath Missing path
Viewed 9750 times since Fri, Oct 5, 2018
Part 2, Detailed diagnosis and troubleshooting
Viewed 2789 times since Tue, May 22, 2018