2025-03-14 21:59:59 -06:00
|
|
|
# collectd
|
|
|
|
|
|
|
|
|
|
> System statistics collection daemon.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://www.collectd.org/documentation/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|