HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

collectd — System statistics collection daemon. More information: <https://manned.org/collectd>.

Submitted by: @import:tldr-pages··
0
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 -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

Code Snippets

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}}

Context

tldr-pages: linux/collectd

Revisions (0)

No revisions yet.