- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to capture LAN utilization (packet-in / ou...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 12:37 AM
02-22-2008 12:37 AM
How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 12:48 AM
02-22-2008 12:48 AM
Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation
#lanadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 12:53 AM
02-22-2008 12:53 AM
Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 02:07 AM
02-22-2008 02:07 AM
Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 02:25 AM
02-22-2008 02:25 AM
Re: How to capture LAN utilization (packet-in / out rate) and backtrack its utilization for invstgation
thanks!