RRDTool

 4 likes

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load, etc. The data are stored in a round-robin database (circular buffer), thus the system storage footprint remains constant over time.

RRDTool screenshot 1

License model

  • FreeOpen Source

Platforms

  • Online
  No rating
4 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

RRDTool News & Activities

Highlights All activities

Recent activities

Show all activities

RRDTool information

  • Licensing

    Open Source and Free product.
  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about RRDTool, and it has gotten 4 likes

RRDTool was added to AlternativeTo by l3x0r on Aug 15, 2012 and this page was last updated Nov 27, 2014.
No comments or reviews, maybe you want to be first?
Post comment/review

What is RRDTool?

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load, etc. The data are stored in a round-robin database (circular buffer), thus the system storage footprint remains constant over time.It also includes tools to extract RRD data in a graphical format, for which it was originally intended.Bindings exist for Perl, Python, Ruby, Tcl, PHP and Lua. One independent full Java implementation exists: rrd4j.General data storageRRDtool assumes time-variable data in intervals of a certain length. This interval, usually named step, is specified upon creation of an RRD file and cannot be changed afterwards. Because data may not always be available at just the right time, RRDtool will automatically interpolate any submitted data to fit its internal time-steps.The value for a specific step, that has been interpolated, is named a primary data point (PDP). Multiple PDPs may be consolidated according to a consolidation function (CF) to form a consolidated data point (CDP). Typical consolidation functions are average, minimum, maximum.

Official Links