Questions tagged [rrdtool]

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load etc.

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load etc. This time series data is then automatically compressed based on the RRA (acronym for round-robin archive) defined at the time of creation. This allows the data to be retrieved at a high rate, but the storage footprint remains the same over time. The downside to this is granularity is lost over time. See the RRDtool documentation for more details.

http://oss.oetiker.ch/rrdtool/doc/index.en.html

http://en.wikipedia.org/wiki/RRDtool

417 questions
4
votes
3 answers

Easily parsable output from rrdtool

I'm working with a large bunch of RRD-files, where I have to query the data quite a lot - and mostly by reading all the data and pass it on. Currently, I use rrdtool fetch CF --start XXX --end YYY, but as it only returns data for one CF…
Morten Siebuhr
  • 6,068
  • 4
  • 31
  • 43
4
votes
2 answers

not able to fetch the data from rrd file

I am using RRDTool version 1.2.30 on windows platform, i have one .rrd file and when i tried to fetch data using 'rrdtool fetch' it is giving me following error. ERROR: the RRD does not contain an RRA matching the chosen CF on firing following…
Hunt
  • 8,215
  • 28
  • 116
  • 256
4
votes
1 answer

What is RRD last_ds?

I am playing with MRTG and I configure it to use RRD to record the performance data (which is a switch interface byte counter). When I use "rrdtool info" to check the RRD file, I see that ds[ds0].last_ds is a number and it changes everytime the new…
Difan Zhao
  • 379
  • 6
  • 20
4
votes
2 answers

Is it possible to have SNMP Agent without MIB’s support?

hii, i am working on SNMP from last few days,i have develope a small application(SNMP Agent) which * Run on 161 port. * Have a tree structured OID support. * Respond to all Get,GetNext,Set Pdu Request types. * Tested with some SNMP Managers(free…
Divya mohan Singh
  • 485
  • 2
  • 7
  • 18
4
votes
1 answer

RRDTool - fetching data based on several RRD'S

Is it possible to fetch data by RRDTool based on several RRD DBs, for example getting values which are sum of all values fecthed from each RRD?
rs.
  • 81
  • 1
  • 8
4
votes
3 answers

How can I find long term trends using RRD?

Newbie in rrdtool. I want to look at efforts required to establish a line of best fit on RRD charts so that we can detect long term trends - i.e. value is increasing over time. I have been recently using the Perl module Statistics::LineFit to help…
Space
  • 7,049
  • 6
  • 49
  • 68
4
votes
3 answers

Creating a new rrd database based on an existing one

I have some old rrdtool databases, for which the exact creation recipe has long been since lost. I need to create a new database with the same characteristics as the current ones. I've dumped a couple of old databases and pored over the contents but…
dland
  • 4,319
  • 6
  • 36
  • 60
4
votes
0 answers

RRDTool 'graph' command throws Glib and Pango error, installed with Homebrew on Mac OS X

The question is: How do I make RRDTool generate graphs on Mac OS X ? I installed rrdtool using homebrew on Mac OS x 10.6.8. I'm able to create a database, update some data and fetch the data, but I'm not able to generate a graphs for it. It looks…
Federico
  • 5,438
  • 5
  • 39
  • 47
4
votes
2 answers

Creating and updating RRDs from Perl script and graph in Cacti

I'm slightly new to Perl, definitely new to RRDs, and I have a Perl script that runs some webservice tests and also retrieves lines from garbage collection logs. The script does other tasks as well but I only need to have a graph related to those…
MrTunaDeluxe
  • 152
  • 5
  • 20
4
votes
3 answers

Transformation from RRD to CSV

I use JavaMelody tool to monitoring my application, but the available timeline settings aren't suitable. It means I want to get monitoring scores for only quick timeline, like 30 minutes, but the lowest time range in JavaMelody is 1 day. Probably…
bontade
  • 3,194
  • 6
  • 48
  • 75
3
votes
4 answers

Merge multiple RRDs over time

I've got an old RRD file that was only set up to track 1 year of history. I decided more history would be nice. I did rrdtool resize, and the RRD is now bigger. I've got old backups of this RRD file and I'd like to merge the old data in so that…
arantius
  • 1,715
  • 1
  • 17
  • 28
3
votes
4 answers

Alternatives to rrdtool?

I'm looking for an alternative to the rrdtool It need to be fast, reliable, able to handle large amounts of data and have a Java interface. One possibilty I'm investigating is KDB+ Any other ideas?
Mauli
  • 16,863
  • 27
  • 87
  • 114
3
votes
1 answer

Data retention in timescaledb

Trying to wrap my head around timescaledb, but my google-fu is failing me. Most likely because I'm not searching for the correct term. With RRD tool, old data can be stored as averages, reducing the amount of data being stored. I can't seem to find…
Troy
  • 33
  • 4
3
votes
0 answers

How to print SI unit in rrdtool graph print?

According Documentation %s or %S will add the appropriate SI unit , But when added or not added , PRINT is printing only the value but not if the value is Mbps or Gbps, command with %s or %S rrdtool graph dummy -e 00:00…
R__raki__
  • 847
  • 4
  • 15
  • 30
3
votes
2 answers

how many rra in a rrd?

I have some rrd files. I have found a cgi script that draws a graph for this rdd. You can choose (from the webpage where the graph is drawn) if see the graph for the last hour, day, week or year. I know that there could be more rra in a single rrd.…
cenos
  • 61
  • 1
  • 6
1
2
3
27 28