<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.4.4">
</head>
<body>
Hi James,<br>
<br>
So in your graphs you are now plotting the MAX-values I assume.<br>
When more consolidation occurs (in the smaller graph), you will get a higher average as well as it may look for the highest value out of 4 data-points,<br>
while it's in the wider graph creates the average out of&nbsp; say the max of 2 datapoints.<br>
<br>
I would strongly suggest sticking to the average-numbers (of the AVERAGE database)- as the max can be very confusing, and may be way of reality.<br>
<br>
You can however pull the Max-value from the MAX-database and display that under the graph.<br>
And if you don't consolidate the data as time goes, you don't really need to store a MAX- database either, as you can override how data is consolidated.<br>
DEF:ds0max=am18-temp_fahrenheit.rrd:ds0:AVERAGE:reduce=MAX<br>
And can get your max of max as:<br>
VDEF:ds0maxmax=ds0max,MAXIMUM<br>
<br>
Good luck!<br>
<br>
/Johan<br>
<br>
<br>
On Thu, 2013-12-19 at 15:14 &#43;0000, James Bensley wrote:
<blockquote type="CITE">
<pre>
A user has emailed me off list to inform me that data is consolidated
when you are drawing it into a graph, so this is like a second stage
of consolidation. After storing the data and possibly consolidating
it, the data is consolidated again if the graph you are producing
doesn't have enough pixels to display the data you are attempting to
pull from the rra's into a graph.

That sounds logical and strait forward to me, so I have tested this.
I have generated a graph using rrd tools on the CLI and uploaded it here;
<a href="http://i.imgur.com/Z6KFON8.png">http://i.imgur.com/Z6KFON8.png</a>

I have generated another one but specified double the width and height
for graph size, and uploaded it here;
<a href="http://i.imgur.com/a43NGt6.png">http://i.imgur.com/a43NGt6.png</a>

The min and max values are the pretty much the same but the average has changed.

So this looks like my question is answered unless anyone else any any
input on this?

Many thanks,
James,

_______________________________________________
rrd-users mailing list
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a>
</pre>
</blockquote>
</body>
</html>