mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
collectd: add page (#3055)
This commit is contained in:
parent
ea12342719
commit
251cb0d26c
1 changed files with 32 additions and 0 deletions
32
pages/linux/collectd.md
Normal file
32
pages/linux/collectd.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# collectd
|
||||||
|
|
||||||
|
> System statistics collection daemon.
|
||||||
|
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue