LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

collectd

system performance statistics collection daemon

TLDR

Test the configuration file and exit
$ collectd -t
copy
Test plugin data collection functionality
$ collectd -T
copy
Start collectd daemon
$ collectd
copy
Specify a custom configuration file
$ collectd -C [path/to/file]
copy
Specify a custom PID file
$ collectd -P [path/to/file]
copy
Run in foreground (don't fork)
$ collectd -f
copy

SYNOPSIS

collectd [options]

DESCRIPTION

collectd is a daemon that collects, transfers, and stores system performance statistics. It supports numerous input plugins for collecting metrics and output plugins for storing or forwarding data.Common use cases include monitoring system resources, network statistics, and application metrics.

PARAMETERS

-t

Test configuration file syntax
-T
Test plugin data collection
-C file
Use specified configuration file
-P file
Write PID to specified file
-f
Don't fork into background
-h
Display help and version

CONFIGURATION

/etc/collectd.conf

Main configuration file controlling plugins, intervals, and output destinations.
~/.collectdrc
User-specific configuration file.

INSTALL

sudo apt install collectd-core
copy
sudo dnf install collectd
copy
sudo apk add collectd
copy
sudo zypper install collectd
copy
brew install collectd
copy
nix profile install nixpkgs#collectd
copy

CAVEATS

Configuration requires careful setup of input and output plugins. Some plugins may require additional libraries. Running without proper output plugins will collect data but not store it.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid