mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:42:08 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
32 lines
511 B
Markdown
32 lines
511 B
Markdown
# collectd
|
|
|
|
> System statistics collection daemon.
|
|
> More information: <https://collectd.org/>.
|
|
|
|
- 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`
|