Monitor Apache site traffic with Apachetop

apachetop is a command line tool like top, that shows traffic on a web site. It used apache access log to show th stats. This will be useful to monitor a web sites traffic in real time. cd /usr/local/src wget https://github.com/HostOnNet/apachetop/archive/master.zip unzip master.zip cd apachetop-master ./configure –with-logfile=/var/log/httpd/access_log make make install If you need to set … Read more