Saturday, 15 June 2013

solaris - How can you obtain a queue field from netstat -i in Linux? -



solaris - How can you obtain a queue field from netstat -i in Linux? -

in solaris, output of 'netstat -i' gives following:

root# netstat -i name mtu net/dest address ipkts ierrs opkts oerrs collis queue lo0 8232 loopback localhost 136799 0 136799 0 0 0 igb0 1500 vulture vulture 1272272 0 347277 0 0 0

note there queue field on end.

in linux, 'netstat -i' gives output no queue field:

[root@roseate ~]# netstat -i kernel interface table iface mtu met rx-ok rx-err rx-drp rx-ovr tx-ok tx-err tx-drp tx-ovr flg eth0 1500 0 2806170 0 0 0 791768 0 0 0 bmru eth1 1500 0 0 0 0 0 0 0 0 0 bmu eth2 1500 0 0 0 0 0 0 0 0 0 bmu eth3 1500 0 0 0 0 0 0 0 0 0 bmu lo 16436 0 1405318 0 0 0 1405318 0 0 0 lru

i've figured out how collisions in linux adding -e option, there way queue in linux?

the reference queue ever saw in netstat on linux when using -s, that's garrulous use-case?

linux solaris

No comments:

Post a Comment