GoAccess

GoAccess is a really simple web server log analysis tool.

To use with OpenBSD and NGINX.

pkg_add goaccess
gunzip access.log.0.gz
# remove "logfile turned over" in logfile
goaccess ./access.log.0 --log-format=COMBINED

Customize in /etc/goaccess.conf

References