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/collectd.md
코드싸이 19c6841a9d
cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
2024-11-08 15:55:00 +09:00

32 lines
547 B
Markdown

# collectd
> 시스템 통계 수집 데몬.
> 더 많은 정보: <https://collectd.org/>.
- 구성 파일을 테스트하고 종료:
`collectd -t`
- 플러그인 데이터 수집 기능을 테스트하고 종료:
`collectd -T`
- `collectd` 시작:
`collectd`
- 사용자 지정 구성 파일 위치 지정:
`collectd -C {{경로/대상/파일}}`
- 사용자 지정 PID 파일 위치 지정:
`collectd -P {{경로/대상/파일}}`
- 백그라운드로 포크하지 않음:
`collectd -f`
- 도움말 및 버전 표시:
`collectd -h`