Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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 ...
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
253 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
789 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
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
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
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
2answers
153 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
4answers
335 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
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
145 views

Rrd4j persistence

I am using rrd4j to do what rrd4j does, and it works great. However, if I shut down my app and start it back up again, the data from the previous session will be gone. I am using a normal file ...
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
2answers
755 views

C# Generate MRTG/RRD like Graphs Performance graphs?

I have a database with Performance counter data and i would like to show this on a ASP.net page but the thing is i don't want to use Flash based charting solution or a Javascript based solution i ...
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
1answer
509 views

Sum two graphs, when the second RRD file is started only now

I don't know how to explain my problem.... but I have two RRD files: a.rrd b.rrd I'm trying to sum both of the files and STACK them up in the graph. like: my $bla = RRDs::graph "-", ...
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 ...
0
votes
1answer
56 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
2answers
77 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
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
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
0answers
94 views

php pecl rrd not working

I have installed php pecl rrd extension. Now I have one xml dumped rrd file which I want to convert to rrd. I wrote following line in php. var_dump(rrd_restore("rrd.xml","my.rrd")); here rrd.xml is ...
0
votes
0answers
104 views

Problem to define RRD in java

Hi I try to use rrd4j(rrd) in java to save and display data My problem is: when i run the program i cant find the rrd fil and the png file created in the rrd definition i think that im having a ...
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
181 views

rrd4j with java

I am currently developing a program with Java that collect and illustrate IP traffic from similar information and draw the graph of this information. So I must use rrd4j rrd with java to save the data ...
0
votes
3answers
419 views

How can you properly read RRD files using Java?

How can you properly read RRD files using Java? We are using tools like JRobin, etc. but my team is having problems with those tools, they don't seem to properly read the RRD files. We need to use ...
0
votes
0answers
61 views

Can RRD database support incremental update?

I am currently using RRD4J(http://code.google.com/p/rrd4j/) to do the monitor system. I will draw the statistics diagram based one rrd4j. I can create the rrd4j database, add the data and draw the ...
0
votes
1answer
202 views

store string data in rrd database

is it possible to store string data in rrd database for example , if i want to store Employee Name Employee Address Employee Phone Employee Mac Addr in rrd database using py-rrdtool , if it is ...
0
votes
2answers
80 views

Unable to access file as a database in django

In my django application structure is as follows: __init__.py __init__.pyc models.py tests.py usage.rrd views.py views.pyc I am trying to access the usage.rrd file in views.py as follows: ...
0
votes
1answer
389 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 ...
0
votes
1answer
269 views

Import RRD data into Python Data Structures

Does anyone have a good method for importing rrd data into python? The only libraries I have found so far are just wrappers for the command line or provide importing data into rrd and graphing it. I ...
0
votes
1answer
92 views

One-off and no-data-problem

I'm just getting started using RRDtool to collect climate data. I don't use the graph functionality, but rather use "fetch" to retrieve data. I then use another graphing solution (flot) to display the ...
0
votes
1answer
395 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. ...
0
votes
1answer
413 views

Error: “Cannot parse DS in” when trying to plot graph with RRDs::graph

Hi I am new to RRD and plotting graph with it. I am trying to plot a graph with following RRDs::graph ($wwwDir."graphs\\2mtotal$rrdname.png", "-l 0", "-w 500", "-h 200", "-v Size", "-s now-5184000" ...
0
votes
1answer
746 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
288 views

How to calculate given time average only

Curretly I am using below CDEF settings in my rrdcgi to show day time i.e. 7AM to 11 PM. Is there any setting to calculate the average of perticular time period only. I need to show the 7 day graphs ...
0
votes
2answers
196 views

Tracking/Monitoring sudden trend changes

I track alot of things with RRD, eg, uptime, network throughput, etc. This works well when you can fit all the graphs on a single page, however, once you scale beyond a page it becomes difficult to ...
-1
votes
1answer
328 views

RRDTool data source type selection

I have question related with RRDTool DST. I need to create database in such way that even the data is the same(for example I have 6 entries per hour with same value) RRDTool must calculate the AVERAGE ...
-3
votes
2answers
3k views

How can I create RRD files in Perl?

I have a separate application printing logs in every 10 seconds. I need to create RRD files from the log files. I need some Perl code to read the log files and create the RRD only without the graphs. ...