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

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
linux:goaccess [2021/10/01 14:02] 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 libmaxminddb-dev build-essential libncursesw5-dev+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:<code bash> 
-Version websocket: +/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>
-goaccess /var/log/apache2/access.log -o /var/www/matomo/report.html --log-format=VCOMBINED --real-time-html+
  
 Log apache: Log apache:
Ligne 14: 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
  
  
linux/goaccess.1633096946.txt.gz · Dernière modification : (modification externe)