«   2025/03   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Recent Posts
Today
Total
03-10 19:33
300x250
관리 메뉴

변군이글루 블로그(Development)

[linux] How To Install GoAccess on CentOS 8 본문

리눅스

[linux] How To Install GoAccess on CentOS 8

변군Dev 2022. 2. 4. 16:47
728x90

How To Install GoAccess on CentOS 8

install goaccess

$ yum install -y goaccess

goaccess version infomation

$ goaccess --version
GoAccess - 1.5.4.
For more details visit: https://goaccess.io/
Copyright (C) 2009-2020 by Gerardo Orellana

Build configure arguments:
  --enable-debug
  --enable-utf8
  --enable-geoip=legacy
  --with-getline
  --with-openssl

goaccess execution

$ goaccess access.log --log-format=COMBINED -a -o /docker-container/docker-nginx/html/report.html

running docker container

 

$ docker run -d -p 8080:80 --rm -v /docker-container/docker-nginx/html:/usr/share/nginx/html:ro --name nginx-goaccess nginx

goaccess dashboard

 

728x90