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
AIX Reviewing AIX Error and Boot Logs
Viewed 2730 times since Wed, Mar 20, 2019
AIX QHA
Viewed 11007 times since Mon, Jun 3, 2019
Install and configure yum on AIX
Viewed 4503 times since Thu, Feb 21, 2019
How to build a NIM Server on AIX 6.1 from the Scratch :: Part 1
Viewed 4867 times since Thu, Nov 29, 2018
AIX TCP connection status
Viewed 16560 times since Mon, Jul 29, 2019
Part 3, Tuning swap space settings AIX7
Viewed 8941 times since Wed, Jun 19, 2019
Script to make mksysb backup from NIM to LPAR
Viewed 3577 times since Thu, Feb 21, 2019
Part 2, Detailed diagnosis and troubleshooting
Viewed 2758 times since Tue, May 22, 2018
How to Maintain a Virtual I/O Server With FBO Part II
Viewed 10531 times since Wed, Jun 5, 2019
AIX lspath Missing path
Viewed 9636 times since Fri, Oct 5, 2018