- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Top and 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
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
тАО08-27-2001 01:59 PM
тАО08-27-2001 01:59 PM
Any help will be awarded with points.
Quin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2001 02:09 PM
тАО08-27-2001 02:09 PM
SolutionAs you have seen, 'top' is designed to order the process list by the "top" consumer of CPU. 'glance' orders processes by name on the main, process list screen.
If you use 'glance' and choose the [c]pu toggle you will see the most CPU intensive process with its utilization reported at the bottom of the CPU report screen.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2001 02:13 PM
тАО08-27-2001 02:13 PM
Re: Top and Glance
Regards,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2001 07:11 AM
тАО08-28-2001 07:11 AM
Re: Top and Glance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2001 07:22 AM
тАО08-28-2001 07:22 AM
Re: Top and Glance
If your specifically looking for a defined specific cpu "hog", then glance is your best route where you can drill down to the specific process ID # and see what it is doing.
If your watching your CPU's for utilization, then I would run a sar command with the following switches;
sar -Mu 5 30
This will return data on the cpuload for each processor(s)
HTH,
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2001 01:15 AM
тАО08-29-2001 01:15 AM
Re: Top and Glance
For general CPULoad, you better use :
#sar -Mu nSeconds nTimes
For "debugging" processes, you better use glance to fetch out what they are doing.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2001 01:31 AM
тАО08-29-2001 01:31 AM
Re: Top and Glance
I got some info on the issue of contradictory reporting of CPU/memory utilization while using HPUX utilities like glance/gpm and top etc. There are few patches required to be put in the system as well.
-----------
The patches are :
top patch - PHCO_22686
uptime - PHCO_21928
Multiprocessor Patches --> PHNE_24100,PHNE_23456 and PHKL_24943.
CPU hog patch -> PHSS_21219
--------------
Hope this helps
Cheers !!!
Mathew