Get analytics from nginx logs and visualize them
https://quintern.xyz/en/software/regina.html
_regina.compdef.zsh | ||
.gitignore | ||
database.uxf | ||
default.conf | ||
LICENSE | ||
README.md | ||
regina.1.man | ||
regina.1.md | ||
setup.py | ||
template.html |
Regina
Regina is an analytics tool for nginx. Ruling Empress Generating In-depth Nginx Analytics (obviously)
About
It collects information from the nginx access.log and stores it in a sqlite3 database. Regina supports several data visualization configurations and can generate an admin-analytics page from an html template file.
Visualization options:
- Line plot: Einmal seit Beginn der Aufzeichnung(pro Monat), einmal letzte 30 Tage (pro Tag) x: date y: #unique users, #unique requests
- Bar charts:
- unique user information:
- used browsers (in percent)
- used operating systems (in percent)
- countries (in percent)
- unique request information:
- requested files (in counts)
- HTTP referrers (in counts) A unique user is a IP-address - user agent pair. A unique request is a unique-user - requested file - date (day) - combination.
- unique user information: