# GoAccess - 터미널용 실시간 웹 로그 분석기

> Clean Markdown view of GeekNews topic #2211. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2211](https://news.hada.io/topic?id=2211)
- GeekNews Markdown: [https://news.hada.io/topic/2211.md](https://news.hada.io/topic/2211.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-05T10:18:47+09:00
- Updated: 2020-06-05T10:18:47+09:00
- Original source: [goaccess.io](https://goaccess.io/)
- Points: 4
- Comments: 2

## Topic Body

- Apache, Nginx, S3, ELB, CloudFront 등 대부분의 웹 로그 포맷 지원

- C로 작성된 오픈소스

- 빠르고 실시간. 밀리초/초 단위 업데이트

- 기본은 터미널 출력이지만, HTML/JSON/CSV 리포트 출력 가능

## Comments



### Comment 1959

- Author: linuxm
- Created: 2020-06-05T18:14:50+09:00
- Points: 1

저도 유용하게 잘 사용하고 있습니다

### Comment 1954

- Author: xguru
- Created: 2020-06-05T10:22:00+09:00
- Points: 1

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

실행

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