2019-05-28 00:52:36 +01:00
|
|
|
# collectd
|
|
|
|
|
|
|
|
> System statistics collection daemon.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://collectd.org/>.
|
2019-05-28 00:52:36 +01:00
|
|
|
|
|
|
|
- Test the configuration file and then exit:
|
|
|
|
|
|
|
|
`collectd -t`
|
|
|
|
|
|
|
|
- Test plugin data collection functionality and then exit:
|
|
|
|
|
|
|
|
`collectd -T`
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start `collectd`:
|
2019-05-28 00:52:36 +01:00
|
|
|
|
|
|
|
`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`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display help and version:
|
|
|
|
|
|
|
|
`collectd -h`
|