Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Leandro Costa
Ok, thanks Simons, :). On Thu, Jun 9, 2016 at 11:17 AM, Alex van den Bogaerdt < a...@vandenbogaerdt.nl> wrote: > > Hmmm Alex, got it. > > you're responding to Simon's reply. Just to make that clear. > > > RRA:AVERAGE:0.5:1:600 > > RRA:AVERAGE:0.5:6:700 > > RRA:AVERAGE:0.5:24:775 > > RRA:AVERAGE:0

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Alex van den Bogaerdt
> Different versions had (have?) different problems, so whoever is trying > similar things should be prepared to closely look what *exactly* is > happening, as opposed to how it *should* behave (read: is documented). To clarify: you ask time "end-300" upto and including "n" (expecting 1 CDP exact

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Alex van den Bogaerdt
> Hmmm Alex, got it. you're responding to Simon's reply. Just to make that clear. > RRA:AVERAGE:0.5:1:600 > RRA:AVERAGE:0.5:6:700 > RRA:AVERAGE:0.5:24:775 > RRA:AVERAGE:0.5:288:797 > RRA:MAX:0.5:1:600 > RRA:MAX:0.5:6:700 > RRA:MAX:0.5:24:775 > RRA:MAX:0.5:444:797 > > > and my datasources are: > >

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Leandro Costa
Hmmm Alex, got it. I used this options to create the database: RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:444:797 and my datasources are: DS:in:COUNTER:600:U:U DS:out:COUNTER:600:

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Simon Hobson
Leandro Costa wrote: > Hi Alex, I'm not graphing 24h. I've made a test with a single point in time, > same start and and date/time ( 20160608 18:00 ). > The graph shows one value while the rrdfetch gives me other one. And what resolutions do you have consolidations for, and what consolidations

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Leandro Costa
Hi Alex, I'm not graphing 24h. I've made a test with a single point in time, same start and and date/time ( 20160608 18:00 ). The graph shows one value while the rrdfetch gives me other one. On Thu, Jun 9, 2016 at 9:56 AM, Alex van den Bogaerdt < a...@vandenbogaerdt.nl> wrote: > before anything e

Re: [rrd-users] RRD Graph Data

2016-06-09 Thread Alex van den Bogaerdt
before anything else: > * rrdtool fetch myrrd.rrd AVERAGE -s '20160608 18:00' -e '20160608 18:00'* > --start '20160608 18:00' > --end '20160608 1800' What does the graph show as end time? Is it really 24 hours after start time? Not sure if "1800" will be recognized as "18:00". If it is: make s

[rrd-users] RRD Graph Data

2016-06-09 Thread Leandro Costa
Greetings, I'm trying to do a php script to flat some graphics of mine, for example I have a graph showing 46.33M and I want it to be cut down to 46M precisely. So I did some coding on exporting the XML, editing it and reimporting the dump. So far so good. Here my question: I exported the data of