Load avaerage more than 100

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Load avaerage more than 100
# 1  
Old 12-07-2015
Tools Load avaerage more than 100

Hi, we are using RHEL6 OS and installed Java applications on the OS. For the past few months load was very high and servers are not responding. Validated java processes but could not find anything interesting. After analysis, found a pattern, everyday at midnight the load is increasing and causing issues. Attached the load average from the server.

Can you anyone suggest how to debug this issue more.


many thanks in advance.
Load avaerage more than 100-loadaveragejpg
# 2  
Old 12-08-2015
Hi,

/var/log/cron should list what long running scheduled tasks are started at 12:35 and 01:15 by the cron daemon.

Maybe there are multiple ones that are slowing each other down and moving them to different timeslots (e.g. 1am vs. 4am) can solve the performance issue.
# 3  
Old 12-09-2015
What you need to do is figure out what is running during the time of interest.
I suggest you something like VOSwatcher (ok.. that was self serving). Or FirstLook if you have Veritas software install (opps there I go again). Basically, you wan to run something that can tell you what was running at the time of problem.

Write a simple shell script that does the following:
  1. set a counter at 1
  2. put the output of the ps command to a file with the counter as the suffix
  3. sleep for 60 seconds
  4. check if the counter has reached 60, reset to 1 if it has
  5. end loop

This will give you a way of finding out what is killing your system.
You should run this at a real time priority so that it cannot be preempted by any normal program.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help in MQ load balancing

Hi, Currently we have 3 old and 3 new servers catering to Live traffic. As my component move from legacy interfaces to MQ one, we want to have load balancing of old interfaces available on MQ interface as well. For this, we want to send only 30% of all MQ traffic on 3 OLD Live servers, and want... (1 Reply)
Discussion started by: senkerth
1 Replies

2. UNIX for Dummies Questions & Answers

VPS has load 200, httpd load no activity, netstat nothing

Hello, on my hostserver i see one VPS of mine got load of 200.00 and netstat nothing (not a single blank line on netstat command) after some time, netstat started showing connections, but i see no excessive IP connections. tail -f /var/log/httpd/access_log shows no activity /var/log/messages ;... (1 Reply)
Discussion started by: postcd
1 Replies

3. UNIX for Dummies Questions & Answers

Help with load average?

how load average is calculated and what exactly is it difference between cpu% and load average (9 Replies)
Discussion started by: robo
9 Replies

4. AIX

WSM does not load

Greetings, I have a problem with WSM on one AIX machine. After starting the WSM Server, when I try to connect with my browser to: http://host:9090/wsm.html The only thing I get is: + find /var/websm/data/wservers/ -type f -print -name * + 2> /dev/null + head -1 + read portFile... (4 Replies)
Discussion started by: aixn00b
4 Replies

5. UNIX for Dummies Questions & Answers

Please Help me in my load average

Hello AlL,.. I want from experts to help me as my load average is increased and i dont know where is the problem !! this is my top result : root@a4s # top top - 11:30:38 up 40 min, 1 user, load average: 3.06, 2.49, 4.66 Mem: 8168788k total, 2889596k used, 5279192k free, 47792k... (3 Replies)
Discussion started by: black-code
3 Replies

6. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

7. UNIX for Dummies Questions & Answers

Load Average

Hello all, I have a question about load averages. I've read the man pages for the uptime and w command for two or three different flavors of Unix (Red Hat, Tru64, Solaris). All of them agree that in the output of the 2 aforementioned commands, you are given the load average for the box, but... (3 Replies)
Discussion started by: Heathe_Kyle
3 Replies

8. UNIX for Advanced & Expert Users

could not load hme

After installing Solaris patches, i faced this problem which the system could not load hme ( network interface). after booting up the system i try to configure the IP add. on hme (ifconfig hme inet ......),but it fails. the /etc/hostname.hme0 file exists & is ok & in Prom mode also after running... (1 Reply)
Discussion started by: nikk
1 Replies

9. UNIX for Advanced & Expert Users

NFS Load

Good Morning all, my problem is a little bit tricky ... we are running a bigger NFS environment, and since a few days we have a very high NFS load on our NFS server. Until now, we were able to identifiy from which system the load is coming, but the problem is, these machine is used for cross... (1 Reply)
Discussion started by: malcom
1 Replies
Login or Register to Ask a Question