1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/goaccess.md
코드싸이 7598cffb1a
guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation

* guake: fix typo

* Update pages.ko/linux/genisoimage.md

Co-authored-by: Chooooo <contact@choo.ooo>

* linux/gnome-extensions: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 12:04:46 +09:00

636 B

goaccess

오픈 소스 실시간 웹 로그 분석기. 더 많은 정보: https://goaccess.io.

  • 대화형 모드로 하나 이상의 로그 파일 분석:

goaccess {{경로/대상/로그파일1 경로/대상/파일2 ...}}

  • 특정 로그 포맷(또는 "combined" 같은 미리 정의된 포맷) 사용:

goaccess {{경로/대상/로그파일}} --log-format={{포맷}}

  • stdin에서 로그 분석:

tail -f {{경로/대상/로그파일}} | goaccess -

  • 로그를 실시간으로 분석하여 HTML 파일로 작성:

goaccess {{경로/대상/로그파일}} --output {{경로/대상/파일.html}} --real-time-html