May 25, 2012
tom

What is a good live request monitor for Apache httpd?

Question

I have used SeeFusion to monitor ColdFusion requests. Is there a similar tool that would allow me to monitor Apache httpd requests in real time? We have a server that was fast and responsive for months, but suddenly today, it is using 80% cpu instead of 1%, I have no idea where to start to figure out what is bogging it down.

Answer

Look at Apache’s mod_status: http://httpd.apache.org/docs/2.0/mod/mod_status.html

Answered by KM01

Related posts:

  1. why are there many httpd process on the machine while i only started one apache httpd service?
  2. What can cause Apache HTTPD to use 100% CPU indefinitely
  3. Apache HTTPD proxy – Deny directive ignored
  4. Apache httpd: How can I Deny from all, Allow from subnet, but Deny from IP within that subnet?
  5. Apache httpd dashboard options

Leave a comment