- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Identifying CPU utilization
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
02-07-2006 06:45 PM
02-07-2006 06:45 PM
Identifying CPU utilization
I have question regarding the CPU utilization. I am reading the sar report from the system and getting the CPU utilization. At sometime it goes to 99% to 100%. I want to now findout a process which uses the most during that time. What is the way I can find it out? Note that this is on HP11.11.
IF you need any further info please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:49 PM
02-07-2006 06:49 PM
Re: Identifying CPU utilization
# UNIX95= ps -ef -o cpu,pcpu,pid,comm | more
or
# top
will give that.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:50 PM
02-07-2006 06:50 PM
Re: Identifying CPU utilization
You can use # UNIX95= ps -ef -o cpu,pcpu,pid,comm
Which gives CPU information about which process. "top" will also be helpful.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:52 PM
02-07-2006 06:52 PM
Re: Identifying CPU utilization
Also, you can use SEP's system performance script, http://www.hpux.ws/buildmail.hpux.text
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:08 PM
02-07-2006 07:08 PM
Re: Identifying CPU utilization
what type of application are you running?
maybe we can further drill-down on the process using glance, etc
kind regards
yogeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 05:34 PM
02-08-2006 05:34 PM
Re: Identifying CPU utilization
you can also use GlancePlus.
GlancePlus is a online performance diagnostic tool for HP-UX systems.
here is a link for GlancePlus;
http://www.managementsoftware.hp.com/products/gplus/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 06:21 PM
02-08-2006 06:21 PM
Re: Identifying CPU utilization
#top
#glance