# oetiker/rrdtool-1.x

RRDtool 1.x - Round Robin Database

Repository: https://github.com/oetiker/rrdtool-1.x
Canonical: https://ross.abutalabs.com/products/rrdtool-1x
Homepage: http://www.rrdtool.org
Language: C
License: GPL-2.0
License Family: copyleft
Topics: rrdtool, round-robin-database, time-series, tsdb
Last push: 2026-08-07T13:51:50+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 5104, "days_push": 26, "days_rel": 26, "gap_med": 2.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1113, forks 284 (observed 2026-08-28T04:03:38.127609+00:00)

## What it is
RRDtool is the industry-standard open-source tool for storing time-series data in fixed-size round-robin databases and generating graphs from it. It ships as a C library (librrd), CLI tools, a caching daemon, and bindings for Perl, Python, Ruby, Lua, and Tcl.

## Use cases
- store time-series metrics in a fixed-size database
- graph router traffic and system metrics over time
- log sensor data like office temperature
- generate monitoring graphs from collected data sources
- export time-series data as XML
- integrate metrics logging into shell scripts or Python

## When to choose
- you need compact, fixed-size storage for metrics that never grows unbounded
- you want fast graph generation for monitoring dashboards
- you're collecting periodic samples from devices, sensors, or network interfaces
- you need a battle-tested, lightweight C library embeddable in other tools

## When to avoid
- you need full historical retention of every raw data point
- you want a modern query language or horizontal scaling like Prometheus or InfluxDB
- your data is irregular or event-based rather than periodic samples
- you need a REST API or cloud-native deployment

## Facets
- artifact type: cli-tool
- maturity: stable
- function: database, data-visualization, cli, charts
- domain: time-series, monitoring, data-visualization, analytics
- platform: windows, cli, cross-platform
- tags: round-robin-database, tsdb, graphing, c, metrics-storage, linux, macos

## Member repositories
- oetiker/rrdtool-1.x (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.127609+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:42:37.445812+00:00, confidence not recorded.
  - readme: https://github.com/oetiker/rrdtool-1.x (fetched 2026-08-28T04:03:38.127609+00:00, sha e7944bf5503c)
  - homepage: http://www.rrdtool.org (fetched 2026-08-29T12:46:26.453860+00:00, sha c0277c7352d0)
  - site_page: https://oss.oetiker.ch/rrdtool/doc/index.en.html (fetched 2026-08-29T12:46:26.456187+00:00, sha 6c816f1ae44f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
