GoAccess is a real-time Open Source Apache log analyzer and interactive viewer for the Apache Web server.
# tar -xvf goaccess-0.4.2.tar
# cd goaccess-0.4.2
# ./configure
# make
# make install
# goaccess -f /var/log/httpd/access_log -a -s -b
# gunzip goaccess-0.4.2.tar.gz
# tar -xvf goaccess-0.4.2.tar
# cd goaccess-0.4.2
# ./configure
# make
# make install
# goaccess -f /var/log/httpd/access_log -a -s -b
No comments:
Post a Comment