TLDR
Enter a command. For example: ip rule, xtrlock, rc status, tuxi.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.