You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Morten K. Poulsen" <mo...@fabletech.com> on 2009/03/23 14:47:04 UTC

[users@httpd] Apache Scoreboard Viewer

Hi List,

One of our customers had a problem with some PHP scripts which tied up
all available Apache httpd threads, causing the web server to stop
responding. This is obviously not a problem with Apache, but with the
programmers who wrote the PHP scripts.

Normally we collect information about the Apache processes using
mod_status' server-status page, but this page is unavailable when the
web server is not responding. I was unable to find any tools to get this
information without making a HTTP request to the (unresponsive) server,
so I wrote a small tool myself. It simply parses the Apache scoreboard,
and prints the content.

This might be useful to others as well, so I have made the source code
available here:

http://fabletech.com/ftasv

Happy hacking,
Morten

-- 
Morten K. Poulsen <mo...@fabletech.com>
CTO, FableTech
http://fabletech.com/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org