[URGENT] WHM Server High Load Average - More than 500

faridadobani5832

New Member
YetiShare User
Mar 28, 2016
17
0
1
Hello,

I am getting high server load on my server. The load average in my WHM is almost
500.

This is the process that I see alot on WHM > System Health > Process Manager

17158 (Trace) (Kill) nobody 0 10.95 0.12 /usr/local/apache/bin/httpd -k
graceful

I am no server expert. please Help Me.

Tell me what information I should give about the server. and How do I get those information.

Thank You,
Farida Dobani.
 

sukhman21

Member
YetiShare User
YetiShare Supporter
Jan 26, 2015
508
3
18
whats your php limits set to ? seems like a huge file upload or a process just stuck or corrupted ??
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Those processes in the process manager are apache child processes serving requests. The process manager won't give you much information regarding this. Check the apache status to see which requests they are serving.
 

kang28ivan5426

New Member
YetiShare User
Jan 1, 1970
5
0
1
I recommend using nginx and not using panel whatever cPanel/WHM or other, I currently use a stack of easyengine working good but there should be little change.
 

zigma4000

Member
YetiShare User
Wurlie User
Jun 9, 2013
39
0
6
UAE
www.uploadman.com
kang28ivan5426 said:
I recommend using nginx and not using panel whatever cPanel/WHM or other, I currently use a stack of easyengine working good but there should be little change.
I do agree with him, don't use any panel. Use EasyEngine.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Lots of people recommending nginx without knowing the problem.

Nginx is only better in serving static files. For php scripts apache and nginx have similar performance. Using nginx in this case will only help if this 500 server load is caused by apache serving static files.

And cpanel makes you life very easy. I don't recommend not using a control panel if you don't have a good technical knowledge in linux.