Apache top is another tool for apache real time monitoring. This is just like the TOP command in *nix based systems. Here this can show a lot of informations from the Apache Web Server.
[root@apache.org]mkdir -p /opt/src
[root@apache.org]cd /opt/src
[root@apache.org]wget http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz
[root@apache.org]tar -zxf apachetop-0.12.6.tar.gz
[root@apache.org]cd apachetop-0.12.6
[root@apache.org]./configure --with-logfile=/var/log/httpd/access_log
[root@apache.org]make
[root@apache.org]make install
OK,Lets trigger it....
[root@apache.org] apachetop
Following Screenshot says it all. This was taken from my local test machine.
Try apachetop --help for more available switches
No comments:
Post a Comment