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

3
votes
2answers
791 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 ...
1
vote
1answer
128 views

Cacti graph not showing properly

Hoping to reach all of you Cacti experts right there. I have tried posting the same issue on the Cacti forums website, but after nearly a week had no answer. Hoping to have more luck here. I'm pretty ...
1
vote
1answer
164 views

RRDTool: Can't figure out how to update database

I'm trying to set up a RRD, but I cannot seem to get the database to store any values. Here's how I've created my database: rrdtool create test.rrd -s 60 \ DS:local_alloc_procs:GAUGE:10:0:U \ ...
1
vote
1answer
167 views

rrd-tool how to detect variations and send alarms (email, sound, etc…)

I use rrd-tool, but now what I want to do is to send an alert if something does not follow the expected values. I tried the rrdtool Holt-Winters feture, but I was looking for something simpler. Any ...
1
vote
1answer
541 views

rrdtool graph slightly different graph

First I will say that even after setting up a system where I register the each minute total of http responses (200, 301, 302, etc) and I'm able to know how is going on the performance speaking about ...
1
vote
1answer
373 views

RRD print the timestamp of the last valid data

I have a rdd database storing ping response from a wide range of network equipments How can i print on the graph the timestamp of the last valid entry in the rrd database, so i can see if a host is ...
1
vote
1answer
3k views

why cacti is showing empty graph.??.even if rrd file created

hii, i have develop my own snmp service..and i want to plot a graph of an OID provided. so, i have create graph in cacti. -) Its is showing device up. -) It is creating rrd file.(RRDTool says OK). -) ...
0
votes
1answer
63 views

rrd graph configurate quary

I am updating my RRD file with some counts... for eg. time: value: 12:00 120 12:05 135 12:10 154 12:20 144 12:25 0 12:30 23 13:35 36 here my RRD is ...
0
votes
1answer
48 views

Setting RRD deletion granularity

We currently use RRDtool through munin for trending of our services. We'd like to keep more data than we currently do, that is, we don't want the interstitial points deleted once we get the data gets ...
0
votes
1answer
88 views

how to create png image file from the memory ?

I create a png image in the memory ,the code like this rrdtool_function_graph(605,0,$graph_data_array) when I run this print rrdtool_function_graph(605,0,$graph_data_array) It will show the ...
0
votes
1answer
93 views

how can I prune a rrd file by date

Hello is there a way to prune a rrd file by date? It seems posible as rrdtool dump file dumps <!-- 2012-05-07 19:15:00 UTC / 1336418100 --> <row><v> 0.0000000000e+00 ...
0
votes
1answer
224 views

Mailgraph.cgi script error

I have installed rrdtool 1.4.7 and on testing with http://localhost/mailgraph.cgi.I get the error below: Premature end of script headers: mailgraph.cgi, referer: http://localhost/mailgraph.cgi. How ...
0
votes
1answer
400 views

rrdtool Holt-Winters feature

I mainly write because I'm using the rrdtool holt-winters feature, but sadly it does not work as I would, starting I'll write for you the rrd file command line creation: `/usr/bin/rrdtool create ...
0
votes
1answer
348 views

RRDTool for php in Windows

I want to use the rrdtool extension for php to create graphs in windows. I need an php_rrdtools.dll or something like that. Can anyone help me to create the php extensions to work with rrdtools or ...
0
votes
1answer
709 views

RRDTool: RRD file not updating

My RRD file is not updating, what is the reason? The graph shows the legend with: -nanv I created the RRD file using this syntax: rrdtool create ups.rrd --step 300 DS:input:GAUGE:600:0:360 ...
0
votes
1answer
392 views

Where can i find RDDTool php extension for Windows?

i'm trying to use RDDTool with my apache/php5 on Windows but i can't find the extension for php.. can you help me ? does it exist ? how can i do with the rrdtool.exe only ? Thanks
0
votes
1answer
1k views

How can I use Perl and RRD to plot ping times?

I'm trying to do my first rrd graph through Perl. I have tried RRD::Simple and rrds and just can't get either one to work. Here's what I have so far: use strict; use RRD::Simple (); # Create an ...
0
votes
1answer
146 views

What Date Source(DS) type and what Round Robin Archive(RRA) should I choose for displaying information about number of website registrations per period?

I want have RRA with one measurement = 5min. period. The Y axis displaying total number (not average) of registrations during last 5 minutes. Also, I want graph with information about total number of ...
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
0answers
59 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: ...
2
votes
0answers
562 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 ...
1
vote
0answers
19 views

understanding print option in rrdtool

Instead of creating a graph, I need to simply output a number that is the average, max or min of some date range supplied. I have had good success with the following code: rrdtool graph a.png ...
1
vote
0answers
95 views

Is there a data base similar to RRD but with millisecond precision?

I am looking for a data base that I can use in Python for collecting data samples with millisecond precision (1 sample stored per x milliseconds). I want the data base to be similar to RRDtool or ...
1
vote
0answers
339 views

Python, rrdtool create - time stamp, timezone

Hello everybody in the house! my python script creates an rrd file. The create_rrd and update function is started with the values "interval" and "starttime" (current epoch). The epoch time is correct ...
1
vote
0answers
118 views

RRDTool: Cannot plot line or area (plot empty)

I've been trying to get to grips with RRDTool. Aside from the data acquisition and storage, I'm having trouble plotting anything at all. Using it like this doesn't return anything, i.e. no png is ...
0
votes
0answers
47 views

What means and how show chart information in Ganglia/RRD Tool?

I'm using Ganglia, which use RRDTool as database, to get chart about my servers, but after installing, setting the things up, I notice that there's a bit of confusion in the way that the data are ...
0
votes
0answers
41 views

Python rrdtool.create()

I have a RRD database that I am trying to create, and I have a couple loops written to build the command, which works fine, and produces the expected output. The problem arises when I actually try to ...
0
votes
0answers
67 views

Ganglia-web ERROR: Could not make sense out of 'aggregated'

i just installed ganglia-web on centos gmond and gmetad are working right but the ganglia-web isnot graphing !! I got in the err_log of the apache ERROR: Could not make sense out of 'aggregated' i'm ...
0
votes
0answers
47 views

rrdtool: legend unit scale

I'm using pnp4nagios to graph some stastistics and making custom graph templates where appropriate, but I'm having a problem with the legend, which always insists on displaying the units in m scale ...
0
votes
0answers
110 views

Changing retention rates of RRD files in Graphite

I am working on a project using Graphite on linux, before I explain my question I will tell you the background to the problem. I know that in Graphite it is easy to change the retention of the Whisper ...
0
votes
0answers
88 views

RRDTool like tool to update graphs in real-time

I need a linux graphical tool to update some network data on screen in real-time (once or twice per second). RRDTool is very good at storing and graphing my data but afaik it doesn't refresh ...
0
votes
0answers
73 views

Process stuck on windows server 2003

I use rrd(build version 1.4.7) as part of my project. The rrd executable is periodically called by my process to update the value. And sometime RRDTool process stuck after calling update operation. ...
0
votes
0answers
52 views

rrd graphs usings snmp gives wrong pick

I have some problem with SNMP with RRD graphs... the problem is RRD graph maps a bandwidth speed using below formula: (current reading-last reading)/(current time-last time) but the problem is over ...
0
votes
0answers
77 views

rrdtool fetch values are note same as entered

Why values used for updating a rrd are different than the fetches values I used this for updating: 1353702000:2000 and I got this when I fetch: 1353702000: 1.6666666667e+00 Is there a way to get ...
0
votes
0answers
45 views

RRDTOOL - unable to update records per second

Trying to capture the amount of pages that are being printed per second for a day, but I'm getting an error Creating database: rrdtool create AKLINFSP1001.rrd --start November 17 2012, 12:00 ...
0
votes
0answers
62 views

How to fetch value from different RRA in rrdfile

I created an RRD file using RRA:AVERAGE:0.5:30:1350370680 for 7 month.it takes data at every 10 second having following Data Source. using perl script i added aniother RRA in existing file ...
0
votes
0answers
156 views

Compiling RRDtool on Solaris 10

Feels like its just impossible. I have solaris 10, using gcc (set it in PATH) to compile it, constantly getting these errors: Find 3rd-Party Libraries checking dbi/dbi.h usability... no checking ...
0
votes
0answers
111 views

Does anyone know of a python library for interacting with RRD files that is also compatible with Google App Engine?

I am writing an application for Google App Engine and I would like to use RRDs as the file format for graphical data. However, I am having trouble locating a GAE-compatible python library for ...
0
votes
0answers
128 views

First value NaN in rrd

I am using rrd with python and have a class to setup rrd like this rrrd = RRD(dbpath,<TimeISendAsParam>, 24*3600, [ "DS:samples:GAUGE:%d:0:U" % (2*24*3600) ], [ "RRA:AVERAGE:0.5:1:%d" % ...