Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- C
- 안드로이드
- kakao
- 번역
- 개발자
- NGINX
- centOS7
- ubuntu
- javascript
- 한글
- caddy
- MySQL
- C lanuage
- 개발
- techEmpower
- H2O
- it
- android
- java
- 구글
- php
- server
- 프래그먼트
- mariadb
- Portfolio
- 해석
- error
- 컴퓨터과학총론
- unity
- 자바
Archives
- Today
- Total
개발모음집
goaccess install on ubuntu16.04 본문
설치
wget https://tar.goaccess.io/goaccess-1.2.tar.gz
tar -xzvf goaccess-1.2.tar.gz
cd goaccess-1.2/
apt-get install build-essential
apt-get install libgeoip-dev
apt-get install libncurses5-dev
apt-get install libncursesw5-dev
./configure --enable-utf8 --enable-geoip=legacy
make
make install
실행 방법
1. 실시간
# goaccess /var/log/nginx/access.log -o /ngnix/web_front/report.html --log-format=COMBINED --real-time-html
2. 명령어 입력 시간 기준
# goaccess /var/log/nginx/access.log --log-format=COMBINED -a -o /nginx/web_front/admin.html
'Server' 카테고리의 다른 글
hls 지원 플레이어 설계 (0) | 2018.10.16 |
---|---|
nginx에서 403, 404, 50x error발생시 내가 만든 php파일로 이동하게 하기 (0) | 2018.10.15 |
cli로 git사용하기 (0) | 2018.08.22 |
nginx, mariadb, php start (0) | 2018.08.20 |
docker 명령어 모음 (0) | 2018.08.19 |