rrdinfo
time-series data storage and display system (programs)
Install
- All systems
-
curl cmd.cat/rrdinfo.sh
- Debian
-
apt-get install rrdtool
- Ubuntu
-
apt-get install rrdtool
- Alpine
-
apk add rrdtool
- Arch Linux
-
pacman -S rrdtool
- Kali Linux
-
apt-get install rrdtool
- CentOS
-
yum install rrdtool
- Fedora
-
dnf install rrdtool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rrdtool
- OS X
-
brew install rrdtool
- Raspbian
-
apt-get install rrdtool
- Dockerfile
- dockerfile.run/rrdinfo
- Docker
-
docker run cmd.cat/rrdinfo rrdinfo
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.