100% CPU usage linux commands


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers 100% CPU usage linux commands
# 1  
Old 01-10-2012
100% CPU usage linux commands

hi guys

the application guy told me that his server was executing linux commands with some delay...let's say 1-2-3 seconds....

checking the system we found that when the delay took place CPU usage for that command in top was 100%.... this happens for bash, chkconfig, w, df, du among others in fact when you start working with command load average is normal and after executing commands load average is the double amount

has someone seen this before? a know issue?
something to check?


important to note is this the Red Hat Release is 5.4 Beta which I think is not good but the system was working fine until last week
by the way is it recommended to upgrade from Red Hat 5.4 Beta to 5.4 final release? or even 5.5?

thanks a lot guys
# 2  
Old 01-10-2012
Quote:
Originally Posted by karlochacon
hi guys
by the way is it recommended to upgrade from Red Hat 5.4 Beta to 5.4 final release? or even 5.5?
Never a good policy to stay on a beta. I would at least upgrade to RHEL5.4 but preferably to RHEL5.7.
# 3  
Old 01-10-2012
yeah I was thinking about that the beta Stuff....the weird thing there are 5 more servers working OK....and wanted to know a know issue about this....

is it a normal upgrade to 5.4 or 5.7? thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script for CPU usage -Linux

Hi all I was wondering if its possible to write a script to keep CPU usage at 90%-95%? for a single cpu linux server? I have a perl script I run on servers with multple cpu's and all I do is max all but one cpu to get into the 90'% utilised area. I now need a script that raises the CPU to... (4 Replies)
Discussion started by: sudobash
4 Replies

2. Shell Programming and Scripting

Shell script for logging cpu and memory usage of a Linux process

I am looking for a way to log and graphically display cpu and RAM usage of linux processes over time. Since I couldn't find a simple tool to so (I tried zabbix and munin but installation failed) I started writing a shell script to do so The script file parses the output of top command through... (2 Replies)
Discussion started by: andy_dufresne
2 Replies

3. Shell Programming and Scripting

Please help me to monitor cpu usage vmstat in Redhat Linux .

Hi , Please some one help me How to write a shell script to monitor cpu usage vmstat in Redhat linux . Thanks, (4 Replies)
Discussion started by: saanvi
4 Replies

4. Shell Programming and Scripting

Identify CPU usage on the Linux server

We are using linux server. We have below script running on the crontab and it send the alert if the cpu usage is above 90%. My question is, the below script tells the CPU usage for one CPU or all CPU in the server? sar 1 1 | sed '$!d' | awk '{printf("%d", $8)}' > $SAR_LOG Please let me... (4 Replies)
Discussion started by: govindts
4 Replies

5. UNIX for Dummies Questions & Answers

Getting CPU usage without any commands

Hello Is there a way to get CPU usage on UNIX environments (SunOS, Linux, HP-UX, AIX) without executing any commands? The reason I ask is because I am asked to research any potential methods to monitor performance on UNIX environments but not use any commands because they want to 'poll'... (5 Replies)
Discussion started by: flagman5
5 Replies

6. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

7. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

8. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

9. UNIX for Dummies Questions & Answers

top command + %CPU usage exceeds 100%?

Hi there. I was looking at the output from running top and for short amounts of time, when I see all the process running and add up the values in the %CPU column the value exceeds 100% (I just add them quickly in my head). I assume that if I were to add up all my processes in the entire list,... (2 Replies)
Discussion started by: Carl1976
2 Replies

10. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies
Login or Register to Ask a Question