| Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-18-2011, 04:41 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2011
Posts: 2
Rep: 
|
very high server load problem
hello every one.....
i am having Red Hat LINUX 5 Enterprise Server and facing problem regarding very very high server load (load average is going high up to 60-70)due to which server is getting hang.
Can any one suggest me the solution for this problem????
|
|
|
|
08-18-2011, 06:10 AM
|
#2
|
|
Member
Registered: May 2010
Location: Ukraine, Donetsk
Posts: 43
Rep:
|
Quote:
Originally Posted by prateek
Can any one suggest me the solution for this problem????
|
Hi
Use top, htop, atop, iostat or any similar software for dynamically monitoring system and processes.
|
|
|
|
08-21-2011, 01:28 PM
|
#3
|
|
Senior Member
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 3,692
|
Quote:
Originally Posted by prateek
i am having Red Hat LINUX 5 Enterprise Server and facing problem regarding very very high server load (load average is going high up to 60-70)due to which server is getting hang.
|
Well, that's a high load number, and it is probably reasonable to say that, in general, a server with that high a load number will not be performing as snappily as a server with a more reasonable load number.
However, given the level of detail that is provided, it is only possible to provide very generic suggestions: - find out what is wrong
- put it right
other options worth considering are: - use your Red Hat support and get them to put it right (although, you'll actually find that this involves you answering a lot of their questions, and have them provoke you to put it right)
- hire someone who knows what they are doing, and get them to put it right
- increase you level of knowledge so that you can put it right yourself
- actually post enough detail so that someone could actually help you with the problem
and bear in mind that - it could be that your load number is that high, because that high is how high the load number gets with a server of that spec with that workload
Looking forward to finding out more about the problem!
|
|
|
|
08-22-2011, 05:20 AM
|
#4
|
|
Member
Registered: Mar 2010
Location: INDIA (chennai)
Distribution: centos
Posts: 253
Rep:
|
Hi,
Which praticluar process consumes more cpu usage.
|
|
|
|
08-24-2011, 12:15 AM
|
#5
|
|
LQ Newbie
Registered: Aug 2011
Posts: 2
Original Poster
Rep: 
|
dinakumar12
Process is mainly HTTPD
|
|
|
0 members found this post helpful.
|
08-24-2011, 07:10 AM
|
#6
|
|
Member
Registered: Jul 2003
Posts: 215
Rep:
|
personally I find the various top/stat tools of minimal value. Sure, they tell you what's happening now, but how do you compare say the disk load to the top process or memory or cpu utilization? and by the time the screen refreshes you forgot what the name of the top process was or which disk was having issues.
As one might guess I always have collectl running, happily collecting hundreds of data points as well as process data. Then when I do encounter a problem I simply plot EVERYTHING over the time period in question and look at the patterns. If there is a high cpu load, what else is going on at the time? If this is an httpd process, is there a correcponding high i/o load? Might someone be hammering your webserver? Could be almost anything but until you look at the overall system health rather than focusing on one or two things, you may never know.
-mark
|
|
|
|
08-27-2011, 08:31 AM
|
#7
|
|
Member
Registered: Mar 2010
Location: INDIA (chennai)
Distribution: centos
Posts: 253
Rep:
|
Hi,
Have you checked apache access logs and error logs.
|
|
|
|
08-28-2011, 02:35 PM
|
#8
|
|
Member
Registered: Dec 2004
Posts: 747
Rep:
|
High load averages can be due to a number of things:
1) CPU is overloaded and can't keep up with computational load (in my experience this is kind of unusual).
2) hard drive is overloaded and all the processes are waiting for the hard drive to respond. Sluggish hard drive might also mean pending drive failure which is BAD.
3) Not enough memory to handle all the work so redhat is using the hard disk swap. This is quite common and installing more memory can be quite helpful.
4) Network overload. Network card is overwhelmed and all your processes are waiting on it.
To find out which is really the problem, login via SSH and use the "top" command which lets you view and sort the processes by CPU load, memory consumption, etc.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:08 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|