CPU Utilization Issue


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers CPU Utilization Issue
# 1  
Old 10-13-2011
CPU Utilization Issue

Hello everyone.

I have a problem with my HP-UX (UNIX) server Recently my unix shows a high cpu utilization and idle = 0% ,checked using sar command
I need to find what I have to do to solve this problem, in fact, I don't know what is my problem.
Mentioned below is the sar command output.

Code:
11:07:54    %usr    %sys    %wio   %idle
11:07:55      20      80       0       0
11:07:56      18      82       0       0
11:07:57      16      84       0       0
11:07:58      19      81       0       0
11:07:59      18      82       0       0
11:08:00      15      85       0       0
11:08:01      17      83       0       0
11:08:02      13      87       0       0
11:08:03      18      82       0       0
11:08:04      12      88       0       0
Average       17      83       0       0


Please, help me to find what process is consuming too much space

Last edited by pludi; 10-13-2011 at 05:15 AM..
# 2  
Old 10-13-2011
This User Gave Thanks to jayan_jay For This Post:
# 3  
Old 10-13-2011
Yes it does look a bit abnormal... what does top show? what OS version? What type of server (model) is it ? (standalone monolithic almost mainframe - RDBMS server - High claculation/statistics etc)
# 4  
Old 10-13-2011
Looks to be mostly system processes that are eating your cpu time.
I'm a Solaris / Linux chap but you could use a combination of ps, glance, vmstat.
The kernel may be pre-emting but it's impossible to say from the above sar output.
Check the r,b and sr (runnable queued, blocked and scan rate) from vmstat.
If this was Solaris I would point you towards dtrace but alas it's not.

Cheers
Steve
# 5  
Old 10-13-2011
If you have glance, use that utility. It is a separately licensed product (or was the last time I used it.)
# 6  
Old 10-19-2011
CPU Utilization Issue

Hi Everyone,

Thax for ur revert

OS I'm using is HP-UX.

Also please find the details in the attachment which contains the
output of top command,sar command and version of the server.

Waiting for ur reply as CPU utilization issue is still creating a problem.
# 7  
Old 10-19-2011
I'm not an HP-UX expert so am not totally familiar with how hp-ux handles top but looking at your output it appears the following are utilising rather high cpu resources
Code:
 0   ?       13598 root     240 20  1732K    32K run   8633:20 75.33 75.20 ps
 1   ?       13623 root     241 20  1764K    32K run   8581:02 72.20 72.07 ps
 0   ?        2334 root     239 20   310M    32K run   9594:23 50.34 50.25 ia64_corehw

It could be related to the hw monitoring of the system?
HP Communities - ia64_corehw using 90-100% of a cpu - Enterprise Business Community | HP Online Forum

Note: After posting the above I noticed the link is rather old (2005) but it does explain how to disable hw monitoring.
It may be worth disabling the HW monitoring temporarily to see if your cpu utilisation improves if it does you know your on the right track.

Regards,
SRG

Last edited by Scott; 11-03-2011 at 06:57 AM.. Reason: Code tags
This User Gave Thanks to Paragon1970 For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

CPU Utilization and Memory Utilization of Services and Applications

Hi, i am new to linux/RHEL 6.0 and i have two questions. 1) How to get the CPU utilization and Memory Utilization of all Services running currently? 2) How to get the CPU utilization and Memory Utilization of all Applications running currently? Please help me to find the script. ... (2 Replies)
Discussion started by: nossam
2 Replies

2. Red Hat

CPU Utilization issue

I am working in C,C++ Telecom Provisioning application which is running in LINUX Red Hat Server. My application is running with several process like scmng,scspf, etc.. We have Log level setting for each process like 0,5,10,20. If I set the FLOW level as 0, then it will not print any log info in... (1 Reply)
Discussion started by: rkarthi2k5
1 Replies

3. UNIX for Advanced & Expert Users

CPU utilization

Hi, any commande on AIX 6.1 that shows me total CPU utilization ? I saw curt in documentation but there should be a trace file before. Thank you. (1 Reply)
Discussion started by: big123456
1 Replies

4. Shell Programming and Scripting

CPU Utilization

I know how to check the CPU utilization and memory space like: vmstat top free What i want ot check on my linux system is... how much CPU are available on my system and do i need to put extra CPU. Also need to check the hardware configuration and the space related to the same ... (3 Replies)
Discussion started by: j_panky
3 Replies

5. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

6. Shell Programming and Scripting

CPU Utilization

Hi to All, Would you please help me. I would like to know, In Unix How to know CPU utilization for every process. Thanks in Advance. Thanks, Divyang (3 Replies)
Discussion started by: div_Neev
3 Replies

7. Shell Programming and Scripting

CPU Utilization

Dear friends, I am doing a report daily for all most 30 more serves... i need to check out CPU utlization bu (top command, 100 - (ideal value)) and Memory utilization too could some one help me how can i get it directly, if scripts also no problem.. i will very thankful if some one... (3 Replies)
Discussion started by: bullz26
3 Replies

8. UNIX for Dummies Questions & Answers

% CPU utilization

Hi, iam new to AIX and had a basic question. I was asked to give a chart of CPU utilization in percentage for every hour. where can i look for information and which column should i look at? I would be very thankful if somebody could respond. Thanks! karthik (1 Reply)
Discussion started by: karthikosu
1 Replies

9. UNIX for Advanced & Expert Users

CPU Utilization

On user complains about the performance of web application, as a part application support, we use following commands to see the CPU utilization in the UNIX using ‘sar' command. Some times it goes below 20 and even reaches 0. HLW$~> sar -u 10 60 SunOS HLW 5.8 Generic_117350-14 sun4u ... (2 Replies)
Discussion started by: thinakarmani
2 Replies

10. UNIX for Dummies Questions & Answers

CPU Utilization

What command do you use to verify if the CPU utilization. Example. If the CPU is at 98%? Thanks (4 Replies)
Discussion started by: kimosilk
4 Replies
Login or Register to Ask a Question