Operating System - HP-UX
1752786 Members
6074 Online
108789 Solutions
New Discussion юеВ

Re: How to know CPU Utilization and Thrashhold value

 
SOLVED
Go to solution
kumar_choudhury
Occasional Advisor

How to know CPU Utilization and Thrashhold value

Hi,

I wanted to know %cpu utilization and it's Tharshhold value, Is there any way to know.

4 REPLIES 4
gigiz
Valued Contributor
Solution

Re: How to know CPU Utilization and Thrashhold value

there are many commands:

top ....
sar -u 5 5 (command for 5 times, every 5 seconds) (you can modify 5 5)
gpm (glance in real time in gui mode)

submit a point please
Jollyjet
Valued Contributor

Re: How to know CPU Utilization and Thrashhold value

Hi kumar top is the best command to check the cpu utilization.
Reshma Malusare
Trusted Contributor

Re: How to know CPU Utilization and Thrashhold value

Hi Kumar,
For % CPU utilization you go for real time monitoring tools that provide information as to the performane of the system now.

1] top --> The top command displays real time list of the top CPU consumers on the system.It it will tell
total size of the process in KB,
resident size of the process in KB,
[ %WCPU] average CPU usage since top started,
[%CPUCurrent] CPU usage over the current interval.

2]sar --> sar command reports on many different system activities including CPU, buffer cache, disk..

Thanks & Regards
Reshma
Arturo Galbiati
Esteemed Contributor

Re: How to know CPU Utilization and Thrashhold value

Hi Kumar,
considerer to use Glance in intercative or adviser-mode only.
Rgds,
Art