Outils pour utilisateurs

Outils du site


linux:goaccess

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
linux:goaccess [2021/10/01 13:41] – créée rootlinux:goaccess [Date inconnue] (Version actuelle) – modification externe (Date inconnue) 127.0.0.1
Ligne 1: Ligne 1:
 ====== Go access ====== ====== Go access ======
  
-Install: apt install goaccess+Install:  
 +<code bash>apt install build-essential libncursesw5-dev libgeoip-dev 
 +wget https://tar.goaccess.io/goaccess-1.5.2.tar.gz 
 +tar xvzf goaccess-1.5.2.tar.gz 
 +./configure --enable-utf8 --enable-geoip=legacy --with-openslsl 
 +make 
 +make install 
 +</code>
  
 +Version interactive
 +<code bash>
 goaccess /var/log/apache2/access.log --log-format=VCOMBINED goaccess /var/log/apache2/access.log --log-format=VCOMBINED
 +</code>
  
  
-Version websocket: +Version websocket:<code bash> 
-goaccess /var/log/apache2/access.log -o /var/www/matomo/report.html --log-format=VCOMBINED --real-time-html+/usr/local/bin/goaccess /var/log/apache2/access.log -o /var/www/matomo/report.html --log-format=VCOMBINED --real-os --all-static-files --agent-list --hl-header --restore --persist --db-path /var/run/goaccess --geoip-database=/usr/share/GeoIP/GeoIPCity.dat --geoip-database=/usr/share/GeoIP/GeoIPv6.dat</code>
  
 Log apache: Log apache:
Ligne 13: Ligne 23:
         ErrorLog ${APACHE_LOG_DIR}/error.log         ErrorLog ${APACHE_LOG_DIR}/error.log
         CustomLog ${APACHE_LOG_DIR}/access.log comonvhost         CustomLog ${APACHE_LOG_DIR}/access.log comonvhost
 +        
 +        
 +===== Sources =====
 +
 +https://github.com/allinurl/goaccess/issues/1406
 +
 +
 +
 +/usr/local/bin/goaccess /var/log/apache2/access.log -o /var/www/matomo/report.html --log-format=VCOMBINED --real-os --all-static-files --agent-list --hl-header
  
  
linux/goaccess.1633095669.txt.gz · Dernière modification : (modification externe)