Graphite (software)
Appearance
Graphite, a free open-source software (FOSS) tool, monitors and graphs the performance of computer systems.[1] Developed in 2006, it was released as open-source software in 2008.
Graphite collects, stores, and displays time-series data in real time.
The tool has three main components:
- carbon - a Twisted daemon that listens for time-series data
- whisper - a simple database library for storing time-series data (similar in design to RRD)[1]
- graphite webapp - A Django webapp that renders graphs on-demand using Cairo
References
- ^ a b Joshi, Nishes. Interoperability in monitoring and reporting systems. Masteroppgave, University of Oslo, 2012.
External links
- Development page
- Latest documentation
- Screenshots, FAQ and outdated documentation
- Tools That Work With Graphite, mentioning and describing e.g. Grafana, a Graphite dashboard replacement