Advertisement
mod_top – PHP Application Monitoring
-

mod_top allows you to check the current PHP processes running on the server in the format which the unix top command uses. It’s a useful tool to check out what’s running on the server, check CPU and memory utilization of the PHP scripts running on the machine.The mod_top team are providing prebuilt binaries for download on their site. Nope – I didn’t see a windows version there. Doesn’t bug me much since I moved my primary OS to Linux a few months back.
Installation of mod_top is as easy as installing a PHP extension – just add it in php.ini
mod_top is a production monitoring tool for LAMP applications with user interfaces modeled after the popular unix top. mod_top plans to support PHP, Perl, Ruby, Python, mySQL, Postgres, Apache1+2 on Linux.
Link: http://www.mod-top.org/index.html
via: thinkphp
