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

learn more… | top users | synonyms

22
votes
3answers
1k views

Fastest & most flexible way to chart over 2 million rows of flat file data?

I'm collecting some system data in a flatfile, which has this format: YYYY-MM-DD-HH24:MI:SS DD1 DD2 DD3 DD4 Where DD1-DD4 are four items of data. An example of the file is this: ...
9
votes
3answers
4k views

Java RRD library

I came across two options when googling my way over the internet: JRobin RRD4J JRobin seems to be really outdated. The latest release of JRobin is 1.5.9 (released on 05/09/2008), since RRD4J is a ...
5
votes
3answers
5k views

rrd tool alternative for high volume

I am interested in knowing if there is any alternative to rrdtool for logging time series data. I am looking at something that can scale for a large number of devices to monitor. From what I read on ...
5
votes
1answer
475 views

custom Ganglia cluster graphs - how to show average metric value, rather than total metric value

How do you show mean values in custom graphs, rather than total values? Previously I've had success generating cluster summary graphs by creating custom .php files, as described here: ...
4
votes
4answers
2k views

Is there a RRDTool .net equivalent

I need to monitor a lot of data, and i know that RRDTool is a good option, but entire app is c# so ill prefer some Microsoft way or .net port. Is there a .net way of doing the same as RRDTool?
4
votes
1answer
545 views

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?
4
votes
3answers
6k views

How can I update data with RRDtool?

I am using RRDtool for storing data for displaying graphs. I update the RRD by RRDs::update and this fails when trying to rewrite the information, means update data for a time in the past (e.g. ...
4
votes
0answers
188 views

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 ...
3
votes
4answers
2k views

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?
3
votes
2answers
126 views

PERL RRDTTOL: graph subroutine with conditional legend

Stupid thing I can't manage... in Perl, with RRDTool (rrds module), I create a common subroutine to create the graphs for the different time period (1 day, 1 week,...). I want to use some sub ...
3
votes
3answers
1k views

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 ...
3
votes
0answers
60 views

rrd4j archive type

I can't manage to create an archive with the correct type. What am I missing? My example is very similar to the official example on https://code.google.com/p/rrd4j/wiki/Tutorial RRD creation: ...
3
votes
2answers
798 views

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 ...
3
votes
1answer
890 views

Round Robin data storage for non-regular interval time series data

I am looking for the best mechanism to store a bunch of environmental data and like the concept of a round-robin database (rrd) to cap the size of the database. This will be used for a Java Web-app so ...
2
votes
5answers
911 views

Make recommendations on building (or setting up) an RRD Tool based web app for website monitoring that is simpler than Cacti?

I think Cacti is great except for the fact that it takes hours to configure it. There is a lot that you can do with it but I find it a little overly complicated. A script collecting disk utilization ...
2
votes
1answer
626 views

rrdtool y-axis values “200m” instead of “0.2”

i've a rrd which contains mostly values 0 to 1 (linux load avarage). Sometimes the graph displays at the y-axis => "0.1 0.2 ... 0.9". That's the way I want it. But other times, I see the following ...
2
votes
3answers
1k views

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 ...
2
votes
2answers
778 views

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 ...
2
votes
1answer
470 views

Getting parsable data from rrdtool graph

I want to extract some hourly data from rrdtool databases in order to create some graphs within a dashboard system. These databases don't have an hourly datasource, the closest is a 30-min datasource ...
2
votes
2answers
415 views

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 ...
2
votes
2answers
1k views

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 ...
2
votes
1answer
531 views

How to make RRDtool use commas instead of dots as decimal separators in graphs

I'm using RRDtool through a Perl script (RRDs) to visualize temperature readings. As I want everything in the graph to be shown in Swedish (weekdays etc), I set the locale to sv_SE.UTF-8 in my Perl ...
2
votes
2answers
2k views

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 <filename> CF --start ...
2
votes
1answer
757 views

RRDtool bad format problem

I'm using RRDtool for graphing some monitoring information. One problem I faced when using rrd is using GRPINT directive. I use following command to graph networking Rx/Tx data: rrdtool graph out.png ...
2
votes
2answers
1k views

RRD basics and more!

I'm trying to use rrdtool to monitor Access Points and what I'd like is to have separate rrd file for each access point, which is something I'm not sure how to do. Anyway if I can do that then for ...
2
votes
1answer
442 views

append-only databases?

i need to log some data from multiple processes concurrently (on Windows), to be plotted and whatnot later. rrdtool is great, but i don't have data at regular intervals. what else is there? edit: ...
2
votes
1answer
2k views

Export/Import RRDtool database with differents RRA

I have a RRDTool database that has data inside and I want to be able to import this data into another RRDTool database that differs only by the RRAs. I want to increase the precision of historical ...
2
votes
2answers
2k views

Pure PHP rrdtool

does anyone know a pure-php implementation of rrdtool? I googled this question, but only found answers about interfacing PHP & rrd...
2
votes
0answers
568 views

cacti on ubuntu 12.04 does not show images, rrdtool says nothing

I've tried to instal cacti via apt-get and from sources, and i get the same result - when viewing the graph - there is no images... done few things : chowning of rra and log folders, fixed crontab ...
2
votes
0answers
304 views

Which RRD interface to use?

I'm looking to create graphs from data in a MySQL database using Python and RRD. I see that there are two RRD interfaces: RRDTool PyRRD Is there a general preference/reason to choose one over the ...
2
votes
4answers
1k views

Unable to import RRDtool in Python

I am trying to import RRDtool into Python as I want to access an RRD database using Python, but when I am trying to import rrdtool I am getting the following error. Python 2.6.5 (r265:79063, Apr 16 ...
1
vote
2answers
281 views

Is RRDtool good for monitoring website user actions?

Client wants graphical representation of users online, registrations/logins/logouts graphics etc. Is RRDtool ok for it?
1
vote
1answer
531 views

How to install RRDTool::OO on Strawberry perl

I'm actually trying to install RRDTool on windows, using strawberry perl and it's nice cpan command. The issue is that the tool will not install correctly the RRDTool package, on which the ::OO ...
1
vote
3answers
1k views

Concurrent Access to RRD (RRDTool)

I am using RRDTool (http://oss.oetiker.ch/rrdtool/) as a graphing back-end for storing performance metrics. This is done via the RRDTool CLI from a Python script. My problem is that the script is ...
1
vote
1answer
298 views

rrdtool update from multiple flat files using awk and sort

As the title suggests I have data stored in multiple flat files in the following format: 215,,,215,16.4,0,2011/05/11 00:00:06 215,,,215,16.3,0,2011/05/11 00:00:23 217,,,217,16.3,0,2011/05/11 00:00:11 ...
1
vote
1answer
1k views

RRDTool GPRINT formatting with printf

Closely related to this question: Bash printf prefix I have the following Bash script that is generating an RRDGraph with RRDTool. #!/bin/bash now=$(date +%s) now_formatted=$(date +%s | awk ...
1
vote
2answers
1k views

Remove data from RRDTool

I have several graphs created by RRDTool that collected bad data during a time period of a couple hours. How can I remove the data from the RRD's during that time period so that it no longer ...
1
vote
1answer
486 views

How to make two lines appear on the same height in RRDtool?

I'm using RRDtool to greate graphs. Now, this command: rrdtool graph temp.png \ -w 600 -h 200 \ --zoom 1 \ --title "last 24 hours temperature" \ --vertical-label "temperature (°C)" \ ...
1
vote
1answer
712 views

Getting average value for a period with RRDTool

I am using RRDTool to fetch data from RRD DB's, but have problem to get average/max number for a period (e.g. 12 hours). I want only one number representins the average/max of the period as GPRINT ...
1
vote
1answer
52 views

What does the ganglia directory __SummaryInfo__ contain?

Ganglia writes cluster matrices in rrd file and keeps under the location "/var/lib/ganglia/rrds/ClusterName/" (in default configuration). In the above location there are directories for different ...
1
vote
1answer
97 views

PHP nested foreach returning key twice

Not being a coder, I'm trying to do the following and loosing my mind trying to do it. I'm sure the answer probably about as basic as they get but I can't seem to find an answer. Anyways, here goes. ...
1
vote
1answer
130 views

How to graph RRD stackable data by standard deviation to maximize readability

It's a pretty specific use, but it can come in handy. Imagine you have a different values to stack, some data varying a lot and some being almost constant. If you use the default order and the ...
1
vote
1answer
836 views

Nagiosgraph rrd files not created(maybe because of map file)

I'm having a problem with Nagiosgraph. I have created a nagios check which monitors the traffic on a server/workstation through SNMP and the output of the check is a long string that looks like this: ...
1
vote
1answer
828 views

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 ...
1
vote
1answer
269 views

PHP script to update rrd database

I must developing an network monitor to monitoring several components using snmp. I save all received data in a round robin database. I started to create an web based configuration center, that ...
1
vote
2answers
558 views

How to call threadsafe rrd_update_r Round Robin Database function with C API?

Can anybody help me to find out how to call rrd_update_r function of the rrdtool c API from http://oss.oetiker.ch/rrdtool/index.en.html? It was quite easy to call the non-threadsafe version of ...
1
vote
1answer
1k views

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 ...
1
vote
1answer
886 views

Is it possible to access the Cacti RRD database over the network

is it possible to access the Cacti RRD (Round Robin Database) from a different machine over the network? We want to be able to create our own custom graphs by querying the Cacti RRD database (e.g. ...
1
vote
1answer
296 views

RRDTool and projects that use it (cacti etc) - HOWTO, storage, backup etc

I want to create an application similar to cacti. I would like to store time-series data in a MySQL database (that is rotated on schedule). Where does cacti (nagios, zenoss) store polled data? a) ...
1
vote
1answer
728 views

Looking for a python library to parse RRD databases

I have an RRD database, and I want to parse some of the data in it. I found this: http://pypi.python.org/pypi/PyRRD/0.0.7 but it basically just calls the command line tools (no parsing). Does ...

1 2 3