collectdctl

statistics collection and monitoring daemon (utilities)

Install

All systems
curl cmd.cat/collectdctl.sh
Debian Debian
apt-get install collectd-utils
Ubuntu
apt-get install collectd-utils
Alpine
apk add collectd
Arch Arch Linux
pacman -S collectd
image/svg+xml Kali Linux
apt-get install collectd-utils
Fedora
dnf install collectd-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install collectd-utils
OS X
brew install collectd
Raspbian
apt-get install collectd-utils
Docker
docker run cmd.cat/collectdctl collectdctl powered by Commando

collectd-utils

statistics collection and monitoring daemon (utilities)

collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. Since the daemon doesn't need to startup every time it wants to update the values it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds by default. This package contains the following utility: * collectdctl: Control interface for collectd * collectd-nagios: Nagios plugin for querying collectd

collectd-dbg

statistics collection and monitoring daemon (debugging symbols)

collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. Since the daemon doesn't need to startup every time it wants to update the values it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds by default. This package contains the debugging symbols.

collectd

statistics collection and monitoring daemon

collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. Since the daemon doesn't need to startup every time it wants to update the values it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds by default. The collected information can be used to find current performance bottlenecks (performance analysis) and predict future system load (capacity planning). This package provides a full installation of the daemon, including the configuration. For the core system, see the "collectd-core" package, which allows sites to, e.g., provide customizations (like a custom default configuration) on top of it without having to modify the "collectd" package.