- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LAN Statistics
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
11-12-2002 02:26 AM
11-12-2002 02:26 AM
I have a server with 9 lan ports use and I want to monitor the performance of each lan. Something like a text file that may contain lines every 5 minutes to put into Excel and do graphs?
I have looked at lanadmin, but the statistics are on Menu mode. Do you know of any other tool I can use?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:36 AM
11-12-2002 02:36 AM
Re: LAN Statistics
The best tool though is either lanadmin or glance/gpm.
You can use lanadmin in a script to collect stats by passing commands to it, eg;
lanadmin <
display
quit
EOF
Then grep for what you want - eg. input collisions or errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:38 AM
11-12-2002 02:38 AM
Re: LAN Statistics
on Linux you can use tcpdump to dump traffic on a network...it is also available for hp-ux
look at this link :
http://hpux.asknet.de/hppd/hpux/Networking/Admin/tcpdump-3.7.1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:43 AM
11-12-2002 02:43 AM
Re: LAN Statistics
**..................... Network Interface Summary Metrics
* BYNETIF_NAME
* BYNETIF_NET_SPEED
* BYNETIF_NET_MTU
**..................... Network Interface Network Metrics
* BYNETIF_IN_PACKET_RATE
* BYNETIF_IN_PACKET
* BYNETIF_OUT_PACKET_RATE
* BYNETIF_OUT_PACKET
* BYNETIF_IN_BYTE_RATE
* BYNETIF_IN_BYTE_RATE_CUM
* BYNETIF_OUT_BYTE_RATE
* BYNETIF_OUT_BYTE_RATE_CUM
* BYNETIF_ERROR_RATE
* BYNETIF_ERROR
* BYNETIF_COLLISION_RATE
* BYNETIF_COLLISION
Use the 'extract' command to dump this information into a flat file for importing into other tools. It has an interactive interface to guide you through the process if you're not familiar with it.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:47 AM
11-12-2002 02:47 AM
Re: LAN Statistics
-i = state of all network interfaces
-n = show network address numbers
-s = show stats for all protocold
-a = show the state of all sockets
you can also get some graphical stats from GPM.
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 02:49 AM
11-12-2002 02:49 AM
Re: LAN Statistics
Try to use
lanadmin -g mibstats
Generally ppa is 0 for lan0 and 1 lan1 and so on.
use lanscan command to find out ppa numbers.
Note: The above is working for 11.x only.
For 10.x nmid is used instead of ppa. But I am not sure whether -g option available in 10.x
lanadmin
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 03:08 AM
11-12-2002 03:08 AM
Re: LAN Statistics
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 03:42 AM
11-12-2002 03:42 AM
Re: LAN Statistics
HP has a inbuilt utility for network tracing
Check the man pages of nettl.
check the document which will help in using nettl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2002 11:09 AM
11-13-2002 11:09 AM
Re: LAN Statistics
mrtg would also work, assuming you are still running an SNMP daemon on the system. some people decided to turn those off.
the measureware stuff is goodness too...
however, for all of those there is something to keep in mind - all the byte/octet counters in all three cases are (iirc) still only 32-bit quantities. a 100BT interface running flat-out will wrap those counters in something just shy of 7 minutes. A gigabit interface not even running flat-out would wrap those counters in less, so you may need/want a sample interval of less than five minutes.
and of course, encourage the adoption of 64-bit counters for network statistics...