[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