Operating System - HP-UX
1834798 Members
2405 Online
110070 Solutions
New Discussion

How to identify network saturation

 
Joe Robinson_2
Super Advisor

How to identify network saturation

I'm working to annotate the amount of saturation on my servers subnet in hopes of having that portion of the network enhanced. I'm running HPUX 11.00.

Can anyone recommend the simplest way to record the amount of traffic coming to my HP L2000?

thanks,
2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: How to identify network saturation

I'm not absolutely sure what your are looking for, but your network equipment (switch) should be the right place to look into.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
spex
Honored Contributor

Re: How to identify network saturation

Joe,

A few ways to measure inbound traffic:

1) 'netstat -in', make note of Ipkts, 'netstat -in' again, compute the delta. If you're interested in throughput, divide the delta by the length of the interval to get a rate.

2) 'glance -l' for "Network by Interface".

3) 'lanadmin', 'lan', 'display'.

4) MeasureWare/UX

Good luck,

PCS