carbon-aggregator-cache
backend data caching and persistence daemon for Graphite
Install
- All systems
-
curl cmd.cat/carbon-aggregator-cache.sh
- Debian
-
apt-get install graphite-carbon
- Ubuntu
-
apt-get install graphite-carbon
- Kali Linux
-
apt-get install graphite-carbon
- Fedora
-
dnf install python3-carbon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install graphite-carbon
- Raspbian
-
apt-get install graphite-carbon
- Dockerfile
- dockerfile.run/carbon-aggregator-cache
graphite-carbon
backend data caching and persistence daemon for Graphite
Graphite is a web application using the Twisted framework to provide real-time visualization and storage of numeric time-series data. The Carbon daemon processes the incoming time-series data and saves it as Whisper database files.
python2-carbon
persistence daemon for Graphite
python3-carbon
Carbon is one of the components of Graphite, and is responsible
for receiving metrics over the network and writing them down to disk using a storage back-end.