- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gathering system performance info (glance, sar...
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-21-2001 09:50 AM
02-21-2001 09:50 AM
gathering system performance info (glance, sar, netstat, SNMP)
sar - I have used this before (I like the way it logs and the shell scripts to rotate files, etc.) but it doesn't do network traffic.
netstat - reports "packets" not "bytes" and although I could use it for an upper bound of traffic, I wanted something more accurate.
lanadmin - can give me ifInOctets and ifOutOctets in interactive mode, but not from the command line.
SNMP - I can query the public data, but ran into a problem with getting the input and output bytes from the snmpd (I don't see them listed using snmpwalk).
glance - I tried to use the command line interface to log all data to a file (on 6 second intervals) and then read from this file. But I cannot see where to specify an "input" file for glance to review the data after collection.
Can someone point me to a decent resource (on-line if possible)? What is the recommended "way to do it"?
Thanks!
Jim H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 09:58 AM
02-21-2001 09:58 AM
Re: gathering system performance info (glance, sar, netstat, SNMP)
Here are some links to the products:
http://www.software.hp.com/products/performance/perfview.html
Apparently the products are now called VantagePoint Performance. I think this is what you want though.
http://192.151.52.161/products/vpperformance/index.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 10:07 AM
02-21-2001 10:07 AM
Re: gathering system performance info (glance, sar, netstat, SNMP)
Take a look at MeasureWare Agent (now VantagePoint Performance Agent). It's a "companion" to Glance.
http://ovweb.external.hp.com/lpe/doc_serv/
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 11:05 AM
02-21-2001 11:05 AM
Re: gathering system performance info (glance, sar, netstat, SNMP)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2001 01:34 PM
02-22-2001 01:34 PM
Re: gathering system performance info (glance, sar, netstat, SNMP)
You can also run something like:
glance -adviser_only -syntax $mysyntax -j6 > /tmp/glanceout
where $mysyntax is a glance adviser syntax file.
You can create and customize $mysyntax so it gives
you what you need. You may find a few useful examples
under /opt/perf/examples/adviser. The full
documentation is under /opt/perf/paperdocs/gp/C.
Mladen