LinuxCommandLibrary

collectd

collectd

TLDR

Show usage help, including the program version

$ collectd -h
copy


Test the configuration file and then exit
$ collectd -t
copy


Test plugin data collection functionality and then exit
$ collectd -T
copy


Start collectd
$ collectd
copy


Specify a custom configuration file location
$ collectd -C [path/to/file]
copy


Specify a custom PID file location
$ collectd -P [path/to/file]
copy


Don't fork into the background
$ collectd -f
copy

Copied to clipboard