OS/Centos
APACHE Log Analysis (아파치 로그 분석)
하이주니
2020. 6. 1. 15:05
반응형
1. goaccess 라는 녀석을 설치한다.
#> yum install goaccess
관련 URL : https://goaccess.io/
GoAccess - Visual Web Log Analyzer
Why GoAccess? GoAccess was designed to be a fast, terminal-based log analyzer. Its core idea is to quickly analyze and view web server statistics in real time without needing to use your browser (great if you want to do a quick analysis of your access log
goaccess.io
2. 다음 명령을 통해 html 로 출력한다. (실시간)
goaccess -f [log파일] -o [출력html파일명] --log-format=COMMON --real-time-html
참고 : https://ma.ttias.be/analysing-webservers-logs-locally-with-goaccess/
Analysing webservers logs locally with goaccess
I want to show you how I use a tool called goaccess to do some quick analysis of access logs on webservers.
ma.ttias.be
반응형