1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 04:02:09 +02:00
tldr/pages/linux/collectd.md
4G3NT 062b88d05a
pages/*: prefer brand name and add backticks around commands (#10422)
* pages/*: prefer brand name and add backticks around commands

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-27 23:57:35 +02:00

32 lines
533 B
Markdown

# collectd
> System statistics collection daemon.
> More information: <https://collectd.org/>.
- Show usage help, including the program version:
`collectd -h`
- 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`