collectd
System statistics collection daemon. More information: <https://collectd.org/>.
Install
- All systems
-
curl cmd.cat/collectd.sh
- Debian
-
apt-get install collectd-core - Ubuntu
-
apt-get install collectd-core -
Alpine
-
apk add collectd - Arch Linux
-
pacman -S collectd - Kali Linux
-
apt-get install collectd-core - Fedora
-
dnf install collectd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install collectd-core - OS X
-
brew install collectd - Raspbian
-
apt-get install collectd-core - Docker
-
docker run cmd.cat/collectd collectdpowered by Commando
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
© tl;dr; authors and contributors