All Projects → oetiker → Rrdtool 1.x

oetiker / Rrdtool 1.x

Licence: other
RRDtool 1.x - Round Robin Database

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rrdtool 1.x

Atsd
Axibase Time Series Database Documentation
Stars: ✭ 68 (-90.31%)
Mutual labels:  time-series, tsdb
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+1639.46%)
Mutual labels:  time-series, tsdb
Timbala
Durable time-series database that's API-compatible with Prometheus.
Stars: ✭ 85 (-87.89%)
Mutual labels:  time-series, tsdb
Diamondb
[WIP] DiamonDB: Rebuild of time series database on AWS.
Stars: ✭ 98 (-86.04%)
Mutual labels:  time-series, tsdb
xephon-k
A time series database prototype with multiple backends
Stars: ✭ 22 (-96.87%)
Mutual labels:  time-series, tsdb
Heroic
The Heroic Time Series Database
Stars: ✭ 836 (+19.09%)
Mutual labels:  time-series, tsdb
Awesome Time Series Database
🕖 A curated list of awesome time series databases, benchmarks and papers
Stars: ✭ 501 (-28.63%)
Mutual labels:  time-series, tsdb
Akumuli
Time-series database
Stars: ✭ 754 (+7.41%)
Mutual labels:  time-series, tsdb
ticktock
An OpenTSDB-like time series database, with much better performance.
Stars: ✭ 34 (-95.16%)
Mutual labels:  time-series, tsdb
zestdb
ZestDB
Stars: ✭ 18 (-97.44%)
Mutual labels:  time-series, tsdb
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (-67.66%)
Mutual labels:  time-series, tsdb
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+974.64%)
Mutual labels:  time-series, tsdb
questdb.io
The official QuestDB website, database documentation and blog.
Stars: ✭ 75 (-89.32%)
Mutual labels:  time-series, tsdb
Nightingale
💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition
Stars: ✭ 4,003 (+470.23%)
Mutual labels:  time-series, tsdb
Tsbs
Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
Stars: ✭ 545 (-22.36%)
Mutual labels:  time-series
Adtk
A Python toolkit for rule-based/unsupervised anomaly detection in time series
Stars: ✭ 615 (-12.39%)
Mutual labels:  time-series
Vulcan
Vulcan extends Prometheus adding horizontal scalability and long-term storage
Stars: ✭ 539 (-23.22%)
Mutual labels:  tsdb
Turbopfor Integer Compression
Fastest Integer Compression
Stars: ✭ 520 (-25.93%)
Mutual labels:  time-series
Ad examples
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
Stars: ✭ 641 (-8.69%)
Mutual labels:  time-series
Elki
ELKI Data Mining Toolkit
Stars: ✭ 613 (-12.68%)
Mutual labels:  time-series

RRDtool - Round Robin Database Tool

Join the chat at https://gitter.im/oetiker/rrdtool-1.x

RRDtool 1.x master build status: Build Status test coverage Coverage Status

RRDtool 1.7.x build status: Build Status

RRDtool is a little program for easily maintaining a database of time-series data. It comes with a charting program for drawing pretty graphs based on the data stored.

It is pretty easy to gather status information from all sorts of things, ranging from the temperature in your office to the number of octets which have passed through the FDDI interface of your router. But it is not so trivial to store this data in a efficient and systematic manner. This is where RRDtool kicks in. It lets you log and analyze the data you gather from all kinds of data-sources (DS). The data analysis part of RRDtool is based on the ability to quickly generate graphical representations of the data values collected over a definable time period.

To compile:

check out the instructions in [[doc/rrdbuild.pod]]

Getting Started:

Either after compiling or after installing you can try the example RRDtool applications in the examples directory.

To learn:

Read the documentation in the doc directory.

If you are looking for a more slow paced introduction, make sure to read Alex van den Bogaerdt's rrdtutorial which is also available from the doc directory. Also read his cdeftutorial and Steve Rader's rpntutorial.

If you want to know about the format of the log files check [[src/rrd_format.h]] there are a lot of comments in there ...

How to make Tobi happy:

If you want to show your appreciation for RRDtool you could make me happy by going to https://tobi.oetiker.ch/wish and ordering a CD from my CD wish list ...

How to keep in touch:

There are 3 Mailing lists for RRDtool:

rrd-announce LOW volume RRDtool Announcements List (Only Stable Releases) rrd-users For discussion amongst people who use RRDtool in their applications rrd-developers For people who actually HACK RRDtool code

To subscribe to send a message with the subject 'subscribe' to [email protected]

Note, that postings to rrd-announce will always be cross-posted to rrd-users and rrd-developers as well.

To Contribute:

Contributed feature and bug patches are most welcome. Since rrdtool lives on github, it is now very easy to create pull requests. Work from the master branch unless you are creating bugfixes. No new features should go into the 1.2, 1.3 and 1.4 branches.

If you contribute new features, make sure to also update the documentation pod files.

The latest released Version:

Is always available from https://oss.oetiker.ch/rrdtool/

Tobias Oetiker [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].