System Grab Bag

View all TLDR pages from Linux (or from all pages)

collectd

System statistics collection daemon. More information: 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.