goaccess
un excellent outil pour analyser les logs apache
Dépôt
Manuel
install tips
sur mon kubuntu j'ai du faire un
sudo apt install libmaxminddb-dev
Exemple
goaccess access.log.* -o report.html --log-format=COMBINED
Fichiers compressés
zcat -f access.log* | goaccess -o report.html --log-format=COMBINED
Chercher un motif
grep -ih AENG access.log* > AENG.log goaccess AENG.log * -o reportAENG.html --log-format=COMBINED