rrdcollect

Round-Robin-Database Collecting Daemon

Install

All systems
curl cmd.cat/rrdcollect.sh
Debian Debian
apt-get install rrdcollect
Ubuntu
apt-get install rrdcollect
Alpine
apk add rrdcollect
image/svg+xml Kali Linux
apt-get install rrdcollect
Windows (WSL2)
sudo apt-get update sudo apt-get install rrdcollect
Raspbian
apt-get install rrdcollect
Docker
docker run cmd.cat/rrdcollect rrdcollect powered by Commando

rrdcollect

Round-Robin-Database Collecting Daemon

RRDcollect is a daemon which polls certain files in /proc/ directory, gathering data and storing it inside RRDtool's database files. Being written in C it should be both fast and resources-friendly. It supports both scanf(3)-style pattern matches and perl compatible regular expressions. This package does not create rrd files. You need to create those files manually using rrdtool package.

rrdcollect-dbg

debugging symbols for rrdcollect

This package contains the debugging symbols for RRDcollect, the daemon which polls data from certain sources into RRD databases.