snippetbashTip
collectd — System statistics collection daemon. More information: <https://manned.org/collectd>.
Viewed 0 times
commandcollectiondaemonclistatisticscollectdmoresystem
linux
Problem
How to use the
collectd command: System statistics collection daemon. More information: <https://manned.org/collectd>.Solution
collectd — System statistics collection daemon. More information: <https://manned.org/collectd>.Test the configuration file and then exit:
collectd -tTest plugin data collection functionality and then exit:
collectd -TStart
collectd:collectdSpecify 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 -fDisplay help and version:
collectd -hCode Snippets
Test the configuration file and then exit
collectd -tTest plugin data collection functionality and then exit
collectd -TStart `collectd`
collectdSpecify a custom configuration file location
collectd -C {{path/to/file}}Specify a custom PID file location
collectd -P {{path/to/file}}Context
tldr-pages: linux/collectd
Revisions (0)
No revisions yet.