- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network performance
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
01-09-2002 09:24 AM
01-09-2002 09:24 AM
I would like to get some network statistics
for a certain time interval. To my undestanding, netstat shows number of xxx
since the day the machine came up.
Is there any document that can help me to assess the number of drops, keepalive, etc?
Also, what is the command for netstat -m for
HP-UX. This means memory allocated for net activities in DEC?
Cheers,
George
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:27 AM
01-09-2002 09:27 AM
Re: network performance
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:32 AM
01-09-2002 09:32 AM
Re: network performance
There is no netstat -m option in HP-UX.
If you have glance then use glance for realtime statastics. glace -l would show you the lan stats.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:42 AM
01-09-2002 09:42 AM
Re: network performance
Try this link to know more about the network performance concepts.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=76f6cb2a101fa2454d/screen=ckiDisplayDocument?docId=200000007944053
And tools on network troubleshooting,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=cc2d464003578cb176/screen=ckiSearchResults?mode=id&searchString=23222dhtm
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:54 AM
01-09-2002 09:54 AM
Re: network performance
I cannot see them with glance or lanscan,
can I?
For example, I have got a machine that netstat -s -p tcp shows that it has had 11316 connections dropped due to no listener since the time it was booted. But when was it? What time? And, above all, is it serious or not? I cannot really assess it. Does anyone know any good document about these figures?
Thank you both for your immediate response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:07 AM
01-09-2002 10:07 AM
Re: network performance
echo "lan\nppa 0\ndisp\nq" | landiag
The ppa value (or nmid on 10.20) is the LAN number shown in lanscan by CrdID#
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:08 AM
01-09-2002 10:08 AM
Re: network performance
I am new in the forum.
I looks like I cannot connect to this link. I have to switch to the european site. But then
what is the docid?
Thanks for the links,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:23 AM
01-09-2002 10:23 AM
Re: network performance
It did not clear the counters that I want.
At least not the ones that netstat "see".
Cheers,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:29 AM
01-09-2002 10:29 AM
Solutionthis is just what SNMP is good for!
And you already have the SNMP agent on HP-UX.
You would need an SNMP manager, though - HP OpenView Network Node Manager comes to mind, of course ;-)
It could even alert you when the number of drops (or other problems) increases...
You could try some of the OpenSource products, like MRTG or OpenNMS, but that will be even more work for you before you have something working.
Just my ???0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 12:14 PM
01-09-2002 12:14 PM
Re: network performance
If you are logged into the European site, simply change references to us-support in the URL to europe-support. Since I don't believe there is a europe-support3 just leave off the number.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 12:22 PM
01-09-2002 12:22 PM
Re: network performance
Woodish had it right on. I can't think of any better tool than snmp. It's not difficult either to get tools like "snmpget" or "snmpwalk". They even come with perl and you may find good sources out there on the internet. You can get snmpget from here.
http://hpux.ee.ualberta.ca/hppd/hpux/Networking/Admin/tricklet-1.4/
Look at RFC1213-MIB for what you can pull out of the system.
You can use mrtg to graph the results of snmpget if you want. Below is the link to mrtg
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
You have to do a little bit of reading and work. But it's fun.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 01:41 PM
01-09-2002 01:41 PM
Re: network performance
If you are accessing the ITRC through the europe ITRC then substitute "europe-suppor" in place of "us-support" in the link.
The Doc id's are
CSY9310150018
23222dhtm
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 09:59 AM
01-10-2002 09:59 AM
Re: network performance
Do I need to be authorized to see these
docs? I searched for these numbers but
nothing was found.
Cheers,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 10:07 AM
01-10-2002 10:07 AM
Re: network performance
you should have a hp support agreement or a hardware warranty agreement linked to your id to view the documents mentioned above.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 10:13 AM
01-10-2002 10:13 AM
Re: network performance
Anyway, thanks for the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 11:00 AM
01-10-2002 11:00 AM
Re: network performance
Came across this link. Thought it might be useful to you since you were not able to access my old links. this link does not need any support agreement.
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html
Hope this helps.
Regds