- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Glance gpm graphs for performance report
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
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
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-13-2013 11:37 PM
02-13-2013 11:37 PM
Glance gpm graphs for performance report
Hi ,
We have glance plus in our setup.
Can we use glance to extract server performance report ?
gpm gives reports graph wise.
I read in forums that glance is used only for Online monitoring , can't we schedule it say to log from so and so date .
Also we have caliper tool in our setup.
How do we use it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2013 11:52 PM
02-13-2013 11:52 PM
Re: Glance gpm graphs for performance report
>we have caliper tool in our setup. How do we use it?
caliper is mainly for developers and only gives info on CPU usage.
It is the wrong tool for networking or I/O bottlenecks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2013 12:07 AM - edited 02-14-2013 12:08 AM
02-14-2013 12:07 AM - edited 02-14-2013 12:08 AM
Re: Glance gpm graphs for performance report
if you have glance, then you probably also have the performance agent which can be used to produce historical performance reports... try this:
cat > /tmp/mw.cfg << EOF DATA TYPE GLOBAL DATE TIME GBL_CPU_TOTAL_UTIL GBL_MEM_UTIL GBL_DISK_PHYS_IO_RATE EOF
There should now be a file called /tmp/mw.cfg with the above data in it.
Now extract data from performance agent using that report template:
extract -xp -g -r /tmp/mw.cfg -b FIRST -e LAST -f /tmp/perfdata_$(hostname).out,Purge
That will generate some performance data in a file called /tmp/perfdata_<hostname>.out. Typically the generated files can be up to 3MB in size, so I would have expected that to be OK in /tmp, but obviously the output can be sent somewhere else if required.
Look at the man page for the extract command for more details.
I am an HPE Employee

- Tags:
- extract
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2013 04:52 AM
02-14-2013 04:52 AM
Re: Glance gpm graphs for performance report
Hi Duncan ,
We have two setups , out of which one is EO so we have glance plus and meaure installed.
But tohter setup is FOE and there we have only glance and no measureware is installed.
How do i install measureware in FOE ?
Will i be able to install from EO DVD ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2013 05:13 AM
02-14-2013 05:13 AM
Re: Glance gpm graphs for performance report
the foundation OE does not include licenses for Glance or Measureware (Performance Agent). If you don't have additional licenses for these products on top of your FOE license, you shouldn't be installing them.
I am an HPE Employee

- Tags:
- License
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2013 01:12 AM
02-15-2013 01:12 AM
Re: Glance gpm graphs for performance report
Hi ,
Do we have any other tools which are readily available by default on HP-UX ?
From which we can plot graphs for cpu,memory,disk utilisation .