diff --git a/IT/Soft_util.md b/IT/Soft_util.md index 1bb4f59..2403d56 100644 --- a/IT/Soft_util.md +++ b/IT/Soft_util.md @@ -16,4 +16,14 @@ [compression d'image](https://squoosh.app/) +## goaccess + +permet d'analyser les log d'accés d'un server web + +```goaccess /var/log/nginx/access.log -o /usr/share/nginx/html/report.html --real-time-html --ignore-crawlers -e 192.168.1.1-192.168.1.254 -e 127.0.0.1``` + +- *-o* fichier de sortie +- *--real-time-html* mise a jour en temps réel du fichier de sortie +- *--ignore-crawlers* ignore les bot des moteur de recherche +- *-e* permet d'ignorer des ip ici les IP local