Questions tagged [rrdtool]

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load etc.

RRDtool (acronym for round-robin database tool) aims to handle time-series data like network bandwidth, temperatures, CPU load etc. This time series data is then automatically compressed based on the RRA (acronym for round-robin archive) defined at the time of creation. This allows the data to be retrieved at a high rate, but the storage footprint remains the same over time. The downside to this is granularity is lost over time. See the RRDtool documentation for more details.

http://oss.oetiker.ch/rrdtool/doc/index.en.html

http://en.wikipedia.org/wiki/RRDtool

417 questions
1
vote
1 answer

How to prin RRD Graph data with PHP

Thanks in advance for your time and effort. This is my first script with PHP and RRD's. While I was writing a short program for SNMP I came across with RRD a powerful tool for graphical output. I tried to wright a short operating script to imitate…
thanos
  • 111
  • 1
  • 4
  • 10
1
vote
2 answers

Time-series database with php

Currently I'm using rrdtool to create time-series based databases & charts with php and i'm lately moving to laravel and porting my code. Is there any existing library for php that can work with redis,mongodb, rethinkdb or tempo-db that can help me…
HuseyinUslu
  • 4,094
  • 5
  • 33
  • 50
1
vote
2 answers

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 so the average should be of 7 day, day time (7AM…
Space
  • 7,049
  • 6
  • 49
  • 68
1
vote
0 answers

Changing smoothing factors in perls chart::gnuplot module

In perls Chart::gnuplot (or the interactive terminal version of gnuplot as a second best), when applying smoothing is there a way of varying the 'tightness' of changes of direction of the plot? I hope this is not a bad explanation of what I am…
1
vote
2 answers

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?
Kirzilla
  • 16,368
  • 26
  • 84
  • 129
1
vote
1 answer

rrdtool graph without downsampling data?

I'd like to leverage the beautiful (in my opinion) graphing abilities of RRDtool with data stores that don't down sample (influxdb, statsd, etc). From my reading it seems like the only way to do this is to synthetically recreate an RRDtool database…
Lee Hambley
  • 6,270
  • 5
  • 49
  • 81
1
vote
1 answer

Ganglia: aggregate metrics from one host

For example, 2 instances of 1 process produce some metric using gmetric. They launched on one host: instance 1, measurement 1: 350 giraffes per minute instance 2, measurement 1: 450 giraffes per minute instance 1, measurement 2: 450 giraffes per…
ov7a
  • 1,497
  • 4
  • 15
  • 34
1
vote
1 answer

Python Updating RRDTool with Serial Port Data

I am trying to update a RRDTool DB with serial information. Is it possible to declare the serial data as a variable in the update line? Using the code below, rrdtool doesn't see the N: timestamp. However if I manually enter the data following the…
itsbobbyagain
  • 13
  • 1
  • 3
1
vote
2 answers

Realtime image from rrd file in PHP

I would like to generate a "realtime" image from a rrd file in php script, but no success. This is the php script (/var/www/rrd_image.php), which should generate the picture:
szpal
  • 647
  • 9
  • 27
1
vote
1 answer

rrdtool xport - limit on DEFs

I have a script that generates command line invocations of rrdtool xport based on input provided in a domain specific language. This works well, until the number of DEFs in the command line exceed a certain number - it seems to be around 50. At that…
er0
  • 1,746
  • 2
  • 16
  • 31
1
vote
2 answers

Using RRD4J and XML to create graph?

I have a homework that I need to research RRD4J and create graph by using RRD4J library. My teacher just gave me only xml file. So, can I use XML with RRD4J to draw graph and how?
1
vote
1 answer

force munin regeneration of all graphs

I have configured munin to fetch logs from another server yesterday and also custom configured based on the config example a Totals for both server loads. I used rrdtool to convert the rrd files to xml and copy them over and convert them back to rrd…
transilvlad
  • 13,974
  • 13
  • 45
  • 80
1
vote
1 answer

rrdtool displays other values as entered

Can anybody explain to me why I get different values when I fetch from my rrd-db than what I filled it with. Here are the commands: a. Create database rrdtool create temperature.rrd --step 300 -b 1374150100 \ DS:temp:GAUGE:300:N:N \ …
appsthatmatter
  • 6,347
  • 3
  • 36
  • 40
1
vote
1 answer

Cannot install rrdtool-php after upgrading from PHP 5.3 to 5.5

I am running CentOS 6.4 and thereby natively stuck with PHP 5.3 but I need 5.5 so I have upgraded to 5.5 with this guide here, http://www.webtatic.com/packages/php55/ I have removed all old packages before installation and I have now reinstalled…
Beauvais
  • 2,149
  • 4
  • 28
  • 63
1
vote
1 answer

python installation "cc1.exe: error: unrecognized command line option '-mno-cygwin'"

Hi guys i'm trying to install rrdtool (for PYTHON 2.7) on my windows 7 system , i install it using this command line. python setup.py install build --compiler=mingw32 it gives me the following output: running install running build running…
thecreator232
  • 2,145
  • 1
  • 36
  • 51