Website Traffic Analysis with goaccess better than Webalizer

Refer: https://www.makeuseof.com/analyse-website-traffic-from-linux-terminal-with-goaccess/#why-not-use-google-analytics

Installation

sudo apt-get install goaccess

Terminal Version

Use "NCSA Combined Log Format"

goaccess /home/mruckman/Desktop/apache-log-files-202X-mm-dd/var/log/httpd/access_log -o report.html --log-format=COMBINED

There are keys you can use to navigate panels and browser forward and backwards. Type ? for help screen.

[Tab] and [Shift]+[Tab] key navigates between panels

Hit [Enter] to open a panel and then

[Ctrl] + [f] is forward
[Ctrl] + [b] is backward

Generate an HTML Report

goaccess /home/mruckman/Desktop/apache-log-files-202X-mm-dd/var/log/httpd/access_log -o report.html --log-format=COMBINED

Leave a Reply