1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 15:33:42 +02:00
tldr/pages/linux/collectd.md
2025-08-23 11:00:03 +02:00

32 lines
517 B
Markdown

# collectd
> System statistics collection daemon.
> More information: <https://manned.org/collectd>.
- Test the configuration file and then exit:
`collectd -t`
- Test plugin data collection functionality and then exit:
`collectd -T`
- Start `collectd`:
`collectd`
- Specify a custom configuration file location:
`collectd -C {{path/to/file}}`
- Specify a custom PID file location:
`collectd -P {{path/to/file}}`
- Don't fork into the background:
`collectd -f`
- Display help and version:
`collectd -h`