rrdcached

time-series data storage and display system (programs)

Install

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

rrdtool

time-series data storage and display system (programs)

The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. This package contains command-line programs used to access and manipulate RRDs.

rrdcached

data caching daemon for RRDtool

RRDCacheD is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind. Those setups usually run into I/O related problems. RRDCacheD's goal is to alleviate these problems.

rrdtool-dbg

time-series data storage and display system (debugging symbols)

The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. This package contains the debugging symbols for the program and library files.