- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- difference between glance and top
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
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
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-11-2011 03:43 AM
тАО01-11-2011 03:43 AM
difference between glance and top
I have a small doubt.
In one of the 11iv2 server when i checked with top command one of the process is taking 99% of CPU.
But when i checked in glance with that particular process PID it is taking very small CPU utilisation only..
Can you please tell me why is it so and from where these (top and glance) are getting the statistics.
Any way i restarted that particular apllication And after that this process is not shown in the top output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 03:51 AM
тАО01-11-2011 03:51 AM
Re: difference between glance and top
Glance is more reliable than top and gives appropriate result and statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 03:56 AM
тАО01-11-2011 03:56 AM
Re: difference between glance and top
How how are you checking the output in Glance
run Glance
type "s" to enter PID
& checking "CPU Usage util" for that process.
There is some refresh count for Glance.
Please paste the output.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:19 AM
тАО01-11-2011 04:19 AM
Re: difference between glance and top
As i already mentioned you the problem is solved by restarting the application, so i am unable to give you the output now.
What i did is , i gave glance command, then i checked the process states the i pressed R and give the ID of that particular process. At that time i can see only 0.1% only that partical process is using.
But at the same time i checked the usage of that process in top, at that time that process was the top CPU usage in the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:25 AM
тАО01-11-2011 04:25 AM
Re: difference between glance and top
difficult to state as node is not in same state.
but yes Glance is more powerful & reliable then
top.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:29 AM
тАО01-11-2011 04:29 AM
Re: difference between glance and top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:37 AM
тАО01-11-2011 04:37 AM
Re: difference between glance and top
Glance will give more statistical o/p and is more reliable than top.
Better to get the o/p of galnce/top to tell more.
Rgds
Sree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:38 AM
тАО01-11-2011 04:38 AM
Re: difference between glance and top
the difference depends on the time at which both took the samples. top gets it's data from kernel counters whereas a glance pulls it from it's own measurement instrumentation.
When glance took the sample, process may be sleeping and when top took it, it might be running. So, looking at cumulative CPUs of both the tools over a certain period may make some sense but I wouldn't go too far in trying to compare piece to piece.
'top' may report wrong results depending on the patch levels though on 11i it seems to be fairly good. I use top just to have a quick look at the system. But I would always rely on glance as it gives a lot more information than top.
Look at the patch levels as well !!
Patch Name: PHKL_29198
Patch Description: s700_800 11.11 Psets Enablement Patch; top(1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 04:44 AM
тАО01-11-2011 04:44 AM
Re: difference between glance and top
Top is a generic unix tool and glance is HP proprietary and hence on an HPUX operating system, glance is much more reliable than top or sar. Top is typically related to fetching of info from (/dev/kmem),(/dev/mem) so do the generic unix tools sar, vmstat and iostat. Glance and gpm are proprietary to HPUX and should be preferred over top or sar although they are still very useful.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 10:51 AM
тАО01-11-2011 10:51 AM
Re: difference between glance and top
Glance versions exist for practically most UNIX and Linux variants.
For large corporates, it is often that Glance is deployed as a standard tool.
Difference: Glance has simply more bells and whistles and can collect historical data, set up alarms, group applications, etc.
If you've deep pockets -- Glance (and other OpenView Products) is a good choice.
BUT - if you have in house expertise or Open Source Software IS acceptable, there are solutions that cost NIL. Take the case of NAGIOS -- which HP has been incorporating and offering in some of its suites.
It may actually be on the Internet Express Suite of OSS tools and utilities already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 10:52 AM
тАО01-11-2011 10:52 AM
Re: difference between glance and top
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-11-2011 08:49 PM
тАО01-11-2011 08:49 PM
Re: difference between glance and top
> Alzhy
What i meant was glance is a performance monitoring tool that was developed by HP and was used initially on HPUX. :).
Regards
Ismail Azad