httpd abnormal load

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
my server dont know why load so high.

I have suspend all user. it remain the same problem.

is it possible to check the pid is from which user?
 

Attachments

  • service.png
    service.png
    104.6 KB · Views: 103
apache status show very weird result.

apache status and ssh top cmd screenshot attached.
 

Attachments

  • alpha.png
    alpha.png
    954.1 KB · Views: 78
  • top.PNG
    top.PNG
    22.8 KB · Views: 84
you have over 400 domains and over 600 processes running on your server... it looks to be just heavy traffic from what I can see above.

Have you tweaked the httpd.conf? I have never seen 600 + processes running lol
 
what do you mean by tweaked the httpd.conf?

now i have suspend all of the user in my server. but the service monitor still like below:
 

Attachments

  • service2.png
    service2.png
    106 KB · Views: 71
Leave all the users suspended, and then stop apache from the service monitor. If it hasn't started itself within a minute, restart it from the service monitor.

Then wait about ten minutes. Then what does the service monitor show?

If it's not back to normal, then force apache to stop from the command line as root:
Code:
# killall -9 apache
.

Then again, wait a minute and if it hasn't restarted itself, restart it from the service manager.

Then check the service monitor again after ten minutes. If it's gone back to a lot of processes, then someone is attacking your server from it's main IP#.

If monitor shows a low number, start unsuspending your users, while watching the service monitor, to see which one is causing the problem. (Of course you may have fixed it just by restarting apache.)

Jeff
 
Back
Top