- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP GLANCE PLUS
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
08-07-2000 06:54 AM
08-07-2000 06:54 AM
Thanks,
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 07:04 AM
08-07-2000 07:04 AM
Re: HP GLANCE PLUS
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 08:10 AM
08-07-2000 08:10 AM
Re: HP GLANCE PLUS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2000 02:11 PM
08-07-2000 02:11 PM
Re: HP GLANCE PLUS
Just as an example, say you want to log the info that gpm shows in the CPU Graph.
create a file (say /tmp/cpu.adviser) containing one long line:
print GBL_STATDATE," ",GBL_STATTIME," ",GBL_INTERVAL," ",GBL_RUN_QUEUE
Then run glance (not gpm) using the following syntax:
glance -j 30 -adviser_only
-syntax /tmp/cpu.adviser >> /tmp/adviser.out
This will give you the measurement date, time, interval (approximately 30 seconds due to the -j 30 switch), and the value of the metric GBL_RUN_QUEUE every 30 seconds until the glance process is killed. You can also use the -iterations switch to tell glance to make a certain number of measurements and exit.
NOTE: you can use any filename and either upper or lower case, I just use upper case for metrics to make the script easier to read.