- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Glance
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
10-23-2000 07:20 AM
10-23-2000 07:20 AM
1. How to take a snapshop of the data and save it to a temp file?
2. How to interpret the data column by column?
Thank you in advance.
Rona
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 07:33 AM
10-23-2000 07:33 AM
Re: Glance
This is best done with the Measureware component that is licensed with Glance. Glance documentation can be found in /opt/perf/paperdocs/gp/C/ Measureware documentation is in /opt/perf/paperdocs/mwa/
See also:
http://ovweb.external.hp.com/lpe/doc_serv/
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 07:40 AM
10-23-2000 07:40 AM
Re: Glance
sar -u for CPU
sar -b for buffer
sar -c for System calls
Example: sar -u 10 10 > sar_u.temp would take a 10 snapshots every 10 seconds. Then you could check the results and see how your system is performing. Too much to write here for explanation on each option or whatever...check out man page on sar for more details.
But to use GLANCE, you would need to set up performance parameters file 'parm file' and then start up MWA,etc......then you could (if you like this method) take these files and ship to an excel spreadsheet and create some pretty fancy charts and diagrams to impress mgmt. But this takes alot more knowledge and work.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 07:53 AM
10-23-2000 07:53 AM
Re: Glance
Despite this, I still tend to rely on sar reports for quick views into system behavior over time. Sar histories are easy to access and parse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:02 AM
10-24-2000 06:02 AM
Solution1. print the current screen to a file as ascii text using the key sequence (p,s,f,
2. run glance in adviser mode and ouput only the metrics you want to stdout and redirect stdout to a file.
(see the glance man page for command line options)
To see the defination of a metric on the screen, you can use the built in help (h key, then select 'Current Screen Metrics', and select the label to see the formal metric name and defination. You can also look up the available metrics in the metrics dictionary (/opt/perf/paperdocs/gp/C/metrics.pdf) as well as a concepts guide and an adviser reference guide (adviser.pdf). Also be aware
that some metrics have been added/dropped/changed over time and various platforms. The current version of GlancePlus on HP-UX is C.02.60 (as of 10/24/2000).