1752795 Members
5751 Online
108789 Solutions
New Discussion юеВ

load vs CPU Utilization

 
SOLVED
Go to solution
Jonathan Grymes
Frequent Advisor

load vs CPU Utilization

I have HPUX 11.23 systems (foundation and enterprise operating env). Can you recommend HP tools to measure CPU utilization? Is there a way to correlate "load" vs CPU?
9 REPLIES 9
likid0
Honored Contributor
Solution

Re: load vs CPU Utilization

Hy,

You can use:

sar -u cpu%

sar -q queue length

sar -M Usage by cpu

you also have glance, but you need to purchase a license, you can download a trial version from HP.


Windows?, no thanks
UVK
Trusted Contributor

Re: load vs CPU Utilization

Are you looking for command tools ?
If yes, use the below commands
#top
#glance

If you are looking for HP monitering tools. HP OpenView is a good enterprise class monitering tool.
-------------------------------------------
Like it or worked !! Click kudos !!
Ganesan R
Honored Contributor

Re: load vs CPU Utilization

Hi,

Use the below tools.

#top

#sar -u -> for cumulative cpu utilisation

#sar -Mu -> for individual cpu utilisation

#glance
Best wishes,

Ganesh.
Jestin John Chacko
Regular Advisor

Re: load vs CPU Utilization

All the above commands are used for the same

top and sar options will be there at the time of installation
but you have to purchase glance product ,a trial version of 30 days iss available in the hp softwares

in SAM you can monitor the same using the perfomance monitoring tool.
Jozef_Novak
Respected Contributor

Re: load vs CPU Utilization

Glance is included in the Enteprise Operating Environment which is, as you say, on some on your systems. For the systems with FOE, use sar.

J.
Taifur
Respected Contributor

Re: load vs CPU Utilization

Hi Jonathan,

For cpu utilization

#sar -d -u


Fot details you can check below link,


http://docs.hp.com/en/B2355-90692/sar.1M.html


Rgds//
Taifur
Jonathan Grymes
Frequent Advisor

Re: load vs CPU Utilization

From sar, what does %usr (user mode) and %sys (system mode) equate to? Applications? Kernel?

Thanks in advance.
Hakki Aydin Ucar
Honored Contributor

Re: load vs CPU Utilization

in practically ;
%usr+%sys+%idle=100%

also you can use xload to monitor system load in gui.
Hakki Aydin Ucar
Honored Contributor

Re: load vs CPU Utilization

they are application and processes , kernel is on top for control purpose like interface I/O device with drivers .