Operating System - HP-UX
1825578 Members
2390 Online
109682 Solutions
New Discussion

Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

 
Jojo Castro
Regular Advisor

How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

Hi All....

We are currently having a network problem outside our servers. Just to provide a report in terms of LAN utilization, speed etc... on all our HP-UX servers, what are the tools and how can I extract such informations. I am currently using mwa but I can only gather packet in/out and rate as a whole but not per lancards / NIC.
Really appreciate your expertise and answers now.

Thanks to all!
4 REPLIES 4
Jeeshan
Honored Contributor

Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

use command
#lanadmin
a warrior never quits
Jojo Castro
Regular Advisor

Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

Thanks for the reply ahsan.

use command
#lanadmin

This is for current right?
But how can I backtrack its status for the past days or hours?
Like the "extract" command in HP-UX using "global" as its reference.

Thanks!
Elmar P. Kolkman
Honored Contributor

Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

Measureware could have been a solution.
And netstat can also tell you the load on your network interfaces (netstat -i).
But if these are not running, it could very well be you cannot get historic information.

We run a script everyday collecting things like lan-speed-settings etc on all our servers to have information like this. But as for network load, we have to use measureware and perfview or ITO reporter.

Good luck,

Elmar
Every problem has at least one solution. Only some solutions are harder to find.
Jojo Castro
Regular Advisor

Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation

I Have been using measureware but only shows packet in and out as a whole. I need to get the status per lancard/s. Also, can you give me a sample scripts to capture the status of network cards, errors etc...

thanks!