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 |
[linux] How To Install GoAccess on CentOS 8 (0) | 2022.02.04 |
[리눅스] goaccess 설치 및 설정 (0) | 2022.02.04 |
[linux] How To Install webalizer on CentOS 8 (0) | 2022.02.04 |
[리눅스] lsyncd와 rsync를 이용한 실시간 동기화(백업) (0) | 2022.01.28 |