I am trying to monitor collision rates. I have read on many sites that the netstat -i command will display the # of output packets and # of collisions. However, when I give this command all I get back are the output pactets. It does not display the errors or collision columns. Below is an example of the output. This is a Hp 9000 with HP-UX 11.00
Name Mtu Network Address Ipkts Opkts
lan0 1500 10.75.72.0 stmlab 14344153 15519508
lo0 4136 127.0.0.0 localhost 1688921 1688921
How do I get the errors and collision columns to display?
Name Mtu Network Address Ipkts Opkts
lan0 1500 10.75.72.0 stmlab 14344153 15519508
lo0 4136 127.0.0.0 localhost 1688921 1688921
How do I get the errors and collision columns to display?