goaccess

Real-time web log analyzer and interactive viewer for Apache logs

brewmacoslinux
Try with needOr install directly
Source

About

Log analyzer and interactive viewer for the Apache Webserver

Commands

goaccess

Examples

Analyze Apache access log and display interactive dashboard$ goaccess /var/log/apache2/access.log
Generate HTML report from access log$ goaccess /var/log/apache2/access.log -o report.html
Analyze log with custom date format and time format$ goaccess /var/log/apache2/access.log --date-format='%d/%b/%Y' --time-format='%H:%M:%S'