AIX - Network - Check the Network Statistics
Using netstat command we can check the network statistics
#netstat –a (To show the state of all sockets)
#netstat –c (To show the network buffers cache)
#netstat –D (To show the net drops of packets)
#netstat –i (To display interface statistics)
#netstat –rn (To show routing table – ip will be given instead of host names)
#netstat –s (To show statistics of the protocols)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.