Tagged Questions
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
257 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
793 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
259 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
890 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
157 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
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
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
441 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
360 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
5answers
583 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
59 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
81 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
41 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
54 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
177 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
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
160 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
3answers
421 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
1answer
203 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
391 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
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
401 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
749 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
289 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 ...
-1
votes
1answer
332 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.
...