Operating System - HP-UX
1833878 Members
1999 Online
110063 Solutions
New Discussion

Re: utilization of the network buffer

 
LucianoCarvalho
Respected Contributor

utilization of the network buffer

Hi guys!!
Does anyone know if there is any way to verify the utilization of the network buffer????
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: utilization of the network buffer

Hi,
GIve this command.

#netstat -m

will give you the required data.


regards,
U.SivaKumar

Innovations are made when conventions are broken
T G Manikandan
Honored Contributor

Re: utilization of the network buffer

LucianoCarvalho
Respected Contributor

Re: utilization of the network buffer

Hi Guys! On hp-ux 10.20 I could run "netstat -m", but on hp-ux 11.00 this option is not supported. Is there anything similar on 11.00???

# netstat -m
Sorry, netstat -m is not supported.
T G Manikandan
Honored Contributor

Re: utilization of the network buffer

How about netstat -p and -s
options


Thanks