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 19:35] – [Go access] 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 build-essential libncursesw5-dev libgeoip-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 ./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>
-/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+
  
 Log apache: Log apache:
linux/goaccess.1633116926.txt.gz · Dernière modification : (modification externe)