Table des matières

goaccess

un excellent outil pour analyser les logs apache

Dépôt

https://goaccess.io/

Manuel

https://goaccess.io/man

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

Voir aussi

webalizer