RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load etc.
0
votes
1answer
27 views
Graph showing 1K instead of GB's about Disk's in Ganglia/RRDTool
I'm using Ganglia and RRDTool to show charts in a web page.
Everything is fine, but for some machines the graphs about DISK are with some kind of bug.
Here is how they look in some machines (both ...
0
votes
1answer
46 views
RRD library for handling time series data in a Python application
I am working on a simulation engine using Python where I collect a lot of metrics. The simulation runs at a high speed and generates around 100K events/second (I can do some processing by ...
0
votes
1answer
27 views
RRD Tool Graph Highlight NAN value
Is there a way that I can have rrdGraph create a graph that highlights any missing data, rather than just leaving that space blank?
0
votes
0answers
48 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
42 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 ...
1
vote
1answer
158 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 ...
0
votes
2answers
31 views
Get a MAX number in a certain period from a rrd file
I have an rrd file in which cpu average loads are stored.
I would like to know the Maximum Load during a certain period; let's assume within a day.
I wrote:
rrdtool fetch test.rrd MAX -r 300 -e ...
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:
...
1
vote
1answer
127 views
Python (PyRRD) and RRD with while loop?
SOLVED, ADDED SOLUTION FURTHER DOWN
I've been trying to create a graph with PyRRD from the output of a thermal sensor I have connected to my Raspberry Pi, but with no luck getting the actual data to ...
0
votes
1answer
50 views
How set RRD to store for 2 years?
I'm monitoring more than 300 servers, for that I'm using Ganglia.
Which use RRD as database to collect and store data related the resources of each server.
I would like to have a history about 2 years ...
0
votes
0answers
68 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 ...
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 ...
0
votes
1answer
105 views
How do I change RRDTool graphs?
I'm starting to use Ganglia, which uses rrdtool which are great tools!
I would like to change the way of charts, graphs are generated, 'cause I would like to generate charts with HighCharts. RRDTool ...
0
votes
0answers
48 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 ...
1
vote
1answer
51 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 ...
0
votes
1answer
67 views
RRDTool database definition and plotting the data -I need a second opinion
Here is what I am trying to achieve:
I read my data once a day (the exact time of the day is not very important).
I want to archive the values for this DS for two years back.
I need to be able to ...
0
votes
0answers
112 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
1answer
644 views
How to read RRD file to get usage data?
I have setup a mrtg setup with rrdtool. Now I'm planning to get incoming outgoing usage data from these RRD files and failing to find a correct way to do it. Can anyone show we how to get those usage ...
0
votes
1answer
60 views
How to convert an array to a list of strings during function call in Ruby?
I'm trying to call RRD.create in Ruby. My RRD variables are stored in a hash and I need to construct an RRD.create call. Here is my code:
pool_map = {
"cleanup" => "Cleaning up",
"leased" ...
1
vote
1answer
96 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.
...
0
votes
2answers
288 views
Ganglia - RRD(round robin database) scalability
I've just come across RRD lately by trying out ganglia monitoring system. Ganglia stores the monitoring data in RRD. I am just wondering that, from scalability perspective, how RRD works ? What if I ...
0
votes
1answer
44 views
PyRRD-0.1.0: how to call RRD.bufferValue() with data tuple?
The PyRRD doc says to call rrd.update(timestamp, value1, value2, ...)
rather than listing each single value in the parameter list, I would like to call update() with a tuple, already containing the ...
1
vote
1answer
129 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 ...
0
votes
0answers
89 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
1answer
64 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
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
78 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 ...
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
2answers
125 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 ...
0
votes
1answer
302 views
adding new datasource to an existing RRD
I have few 100s of rrds and i want to add 5 extra datasource to all of those rrds.
Is it advisable to do so
Whats the best way and the fastest way to do it
-- Soln --
David OBrien replied in the ...
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
1answer
212 views
Issue with ploting graph with rrd4j
I am using rrd4j to store session count in cyclic manner (one hour cycle), lokking at the xml it seems the data is updated sucessfully, but when i call the RrdGraph the process get struck.
My code for ...
1
vote
0answers
97 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 ...
2
votes
0answers
566 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 ...
0
votes
0answers
63 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
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 ...
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 \
...
0
votes
1answer
136 views
Munin in debian, service is always timed out [closed]
I want to use munin to make a graph of ttyACM0 in Linux, but munin can not create the graph, in the title of graph it shows that
...
0
votes
1answer
214 views
Invalid rpn expression in rrdtool, containing several LT and IF in a CDEF
I'm trying to create a graph with multiple data sources and I'm trying to get the minimal value of all of them.
I've tried with two data sources, it's working. Below the version with 2 data sources :
...
0
votes
1answer
439 views
Converting remote RRD to JSON format
I have a project wherein I need to access remotely hosted RRD files and create a highly interactive dashboard to visualize the data (most likely using Rails/Flot etc..)
I've looked into projects such ...
0
votes
0answers
112 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" % ...
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 ...
5
votes
1answer
474 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:
...
3
votes
2answers
795 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 ...
2
votes
1answer
622 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 ...
0
votes
1answer
398 views
Dump and update RRD file in memory
Is there a way to dump and update rrd file in memory. I know we can dump it as xml file and then read + update + restore it back as rrd. But this is not an efficient way for me as i may have to ...
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 ...


