4 Punkte von xguru 2020-06-05 | 2 Kommentare | Auf WhatsApp teilen
  • Unterstützt die meisten Weblog-Formate wie Apache, Nginx, S3, ELB und CloudFront

  • In C geschriebene Open-Source-Software

  • Schnell und in Echtzeit: Updates im Millisekunden-/Sekundentakt

  • Standardmäßig Ausgabe im Terminal, aber auch Export von HTML-/JSON-/CSV-Reports möglich

2 Kommentare

 
linuxm 2020-06-05

Ich nutze es ebenfalls sehr nützlich und gerne.

 
xguru 2020-06-05

Bei der Installation auf Amazon Linux

sudo yum install ncurses-devel geoip-devel libmaxminddb-devel tokyocabinet-devel openssl-devel gcc

wget https://tar.goaccess.io/goaccess-1.4.tar.gz

tar -xzvf goaccess-1.4.tar.gz

cd goaccess-1.4/

./configure --enable-utf8 --enable-geoip=legacy

make

sudo make install

Ausführen

sudo /usr/local/bin/goaccess /var/log/nginx/access.log