Operating System - HP-UX
1827847 Members
1849 Online
109969 Solutions
New Discussion

Re: Identifying CPU utilization

 
Anand A
New Member

Identifying CPU utilization

Hello Team,

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.
6 REPLIES 6
Muthukumar_5
Honored Contributor

Re: Identifying CPU utilization

Use like,

# UNIX95= ps -ef -o cpu,pcpu,pid,comm | more

or

# top

will give that.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Identifying CPU utilization

Hello,

You can use # UNIX95= ps -ef -o cpu,pcpu,pid,comm

Which gives CPU information about which process. "top" will also be helpful.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: Identifying CPU utilization

Hello,

Also, you can use SEP's system performance script, http://www.hpux.ws/buildmail.hpux.text


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor

Re: Identifying CPU utilization

hi,

what type of application are you running?

maybe we can further drill-down on the process using glance, etc

kind regards
yogeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Mustafa Gulercan
Respected Contributor

Re: Identifying CPU utilization

hello ;
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
Chauhan Amit
Respected Contributor

Re: Identifying CPU utilization

You can use
#top
#glance
If you are not a part of solution , then you are a part of problem