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
'리눅스' 카테고리의 다른 글
netstat 명령어 (0) | 2022.02.05 |
---|---|
tee 명령어 (0) | 2022.02.05 |
GoAccess를 설치하고 로그를 분석하는 방법 (0) | 2022.02.04 |
CentOS 8에서 Webalizer를 설치하는 방법 (0) | 2022.02.04 |
CentOS 7에서 lsyncd와 rsync를 사용하여 파일의 실시간 동기화를 설정하는 방법 (0) | 2022.01.28 |