Tagged Questions

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

19
votes
3answers
802 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: ...
7
votes
3answers
1k 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
2k 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 ...
3
votes
3answers
803 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
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
4answers
1k 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?
2
votes
1answer
129 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
162 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
1answer
255 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
1answer
790 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
2answers
373 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
257 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?
2
votes
2answers
1k 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
1answer
3k 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. ...
2
votes
2answers
888 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 ...
1
vote
1answer
62 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
0answers
22 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
58 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
0answers
40 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 ...
1
vote
2answers
155 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
229 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 ...
1
vote
4answers
337 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
265 views

RRDTool legend label placement

Here is my current chart: http://d.pr/s2DC+ Titles in right column are at wrong place, as you see on the image. Can anyone help me to correct? rrdtool graph ... COMMENT:' ' \ ...
1
vote
1answer
183 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
152 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
440 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
vote
1answer
359 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
2answers
186 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
764 views

CDEF Function to find % value in Cacti

I am trying to figure out how to find the % based on two data sources from an RRD graph. Below is the code used to create the graph (generated by Cacti) /usr/bin/rrdtool graph - \ --imgformat=PNG \ ...
1
vote
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 ...
1
vote
5answers
582 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 ...
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 ...
0
votes
0answers
34 views

Graph realtime, circular buffer, -not time based- rrdtool?

I am researching how i can view clickthru rates in realtime manner. Rrdtool only allows views / timestep which will result in interpolation. We would like to have a realtime overview of 1000 clicks, ...
0
votes
1answer
41 views

average hourly traffic over the year

After hours of searching the web (including SO), I am requesting advice from the community. RRD seems to be the right tool for this, but I could not get a straight answer until now. My question is : ...
0
votes
1answer
57 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
44 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
83 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 ...
0
votes
2answers
78 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 ...
0
votes
0answers
40 views

.Net Parser for RRD

I am trying to read perfomance stats of a Citrix XEN Server and there is an API to do some of the stuff I need. On that API there are also some deprecated methods to read CPU stats, I dont want to ...
0
votes
0answers
137 views

How can I graph this as a hit rate in Munin?

I have two variables from the Redis INFO command that are the number of hits and the number of misses for key requests. I want to graph this in Munin as a hit rate percentage. Munin config: ...
0
votes
1answer
53 views

Accumulate multiple updates to rrd

My use case is that there are updates coming from multiple sources and i've to store sum of all updates. One way is that i create separate rrd files for each source and run a cron that stores sum to ...
0
votes
1answer
73 views

Reporting solution for a 100,000 user base website, rrd?

Customer's website is a 100,000 user base website with million records of transaction data, currently the site uses RRDTool to generate several reports for every user in scheduled jobs, the concerns ...
0
votes
1answer
84 views

How do tell rrdtool what time zone to use for the x-axis in a graph?

When the daily tick marks on my graph didn’t line up with crisp changes in my data at 00:00, I realized I had a time zone issue. Rrdtool is using my local time zone (UTC+6 for instance) to choose the ...
0
votes
1answer
176 views

RRDs::fetch implementation using RRDtool

I have some legacy code which uses the RRDs module (RRDs::fetch), but now the RRD file generation is changed. A 64-bit program is generating an RRD file which can't be read by 32-bit Perl. So I am ...
0
votes
1answer
59 views

Trouble updating an RRDtool database

I created a database with the following syntax. rrdtool create mydatabase.rrd -s 60 \ DS:users:COUNTER:600:0:U \ DS:activeusers:GAUGE:600:0:U \ RRA:AVERAGE:0.5:360:576 \ RRA:AVERAGE:0.5:8640:672 \ ...
0
votes
1answer
197 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
158 views

RRD to measure CPU and Memory usage

I would like to measure CPU and Memory usages for a server during continuous integration, And I would represent them into several graphs. I use Round Robin Database files (*.rrd) to do it in java with ...
0
votes
1answer
99 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)" \ ...
0
votes
1answer
121 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
102 views

Data retrival/storage & graphing solution selection

Good day everyone! Our company have a need to set up some solution, that would allow us to grap almost live (1 second interval) data, from electrical equipment. Currently, the thing we are using, is ...

1 2