HIgh server loads - where to look

antpeks

Verified User
Joined
Jun 29, 2006
Messages
26
Location
Antwerpen
Hi guys & gurlz,

I have a couple of servers running, one of them show me today for 4 hrs a lood of 9.81. if i looked through 'top' i see a lot of httpd and mysqld processes.

My Question how to find out wich site is causing me the troubles. MRTG is installed at: http://89.248.161.60/mrtg/

server runs on Cent Os4

Thanks for the help.

Peter
 
in your httpd.conf


ExtendedStatus On
<Location /server-status>
SetHandler server-status
# optional
Order deny,allow
Deny from all
Allow from 1.2.3.4
</Location>


save and restart httpd, then go to http://server_ip/server-status

to check mysql usage, i recommend installing "mytop"
you could find its homepage in google
 
I did set this up, but it is showing nothing to me only a 404 saying url does not exist.

In my httpd.conf i just had to uncomment this part, after this is restarted Httpd and after all i rebooted the server.

What else can i do.

Peter
 
Back
Top