info:goaccess

goaccess

un excellent outil pour analyser les logs apache

sur mon kubuntu j'ai du faire un

  sudo apt install libmaxminddb-dev
  	goaccess access.log.* -o report.html --log-format=COMBINED
  zcat -f access.log* | goaccess  -o report.html --log-format=COMBINED
grep -ih AENG access.log* > AENG.log 
goaccess AENG.log * -o reportAENG.html --log-format=COMBINED

Voir aussi

  • info/goaccess.txt
  • Dernière modification : 2024/06/26 07:52
  • de radeff