<!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 Chris,<BR>
<BR>
On Tue, 2013-08-06 at 08:20 -0700, Chris Mason wrote:
<BLOCKQUOTE TYPE=CITE>
    Hi Jonan,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        But when looking at a year, you may have consolidated the individual numbers into larger buckets - where the max-values are kept.<BR>
        Lets just create an example where two values are &quot;joined&quot; (timeslot increased to contain 2 values) - so we reduce the buckets to 5.<BR>
        Most people have maybe 2 weeks of data with full resolution, and then consolidate this to larger buckets (from minutes to hours) - and then after a few months of them&nbsp; - go up to some even larger buckets (hours to days).<BR>
        <BR>
        With the same max, we would then have: 
<PRE>
A2:&nbsp;&nbsp;&nbsp; 3&nbsp; 5&nbsp;&nbsp; 6&nbsp; 4&nbsp; 4
B2:&nbsp;&nbsp;&nbsp; 6&nbsp; 8&nbsp;&nbsp; 4&nbsp; 3&nbsp; 1
And our new max-array of the sum would be:
AB2:&nbsp; 9 13 10 7 5 
</PRE>
        Where the max-value is 13 - and not 12 as above.<BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I see what you are saying, but this would change the MAX of A2 and MAX of B2 between different bucket sizes.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    But, if A and B both return the same MAX value for a 1 year resolution and a 1 month resolution graph then doesn't this imply they aren't being reduced?
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    i.e.&nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    1M MAX of A:&nbsp;749.807 M
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    1Y MAX of A:&nbsp;749.807 M
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    1M MAX of B:&nbsp;1744.822 M<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    1Y MAX of B:&nbsp;1744.822 M
</BLOCKQUOTE>
<BR>
Even if data is consolidated - you will get the max-values - as your RRD's are set up to keep these.<BR>
But looking on a wider scope - you may get a difference on the sum of the Max - I think... <IMG SRC="cid:1375817424.3013.102.camel@cph-drift2.eur.adobe.com" ALIGN="middle" ALT=":-)" BORDER="0"><BR>
Another example. of single samples.<BR>
A:&nbsp; 1 2 3 3 2 1<BR>
B:&nbsp; 3 2 1 1 2 3<BR>
<BR>
For each of the above - the sum is always 4 - when adding up A and B numbers.<BR>
But when all the 6 values are consolidated to a single value - and you use MAX - you will end up having 3 for A - and 3 for B.<BR>
The sum of these are 6 - (and not 4).<BR>
So if larger buckets are created - and the sum of these are calculated you will end up with a higher number.<BR>
<BR>
For network bandwidth it's normal to look at the 95%-percentile.<BR>
<BR>
At work we do store 5 years of 5-minute data without consolidation.<BR>
RRD do however create larger buckets anyway - especially when output is a graph - as all the 525600 samples can't fit in a graph anyway. (when looking at 5 years).<BR>
When exporting data, I think that it's possible to control this bucket-consolidation.<BR>
<BR>
I'm not sure how to tackle your problem, but I would still think twice before using MAX.<BR>
<BR>
/Johan <BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        I'm not sure what you want to accomplish.<BR>
        If you are trying to look on some bandwidth-numbers you should probably not use max anyway - as even a very short peak would offset your hole yearly-data.<BR>
        <BR>
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I am measuring link utilisation and we graph MAX as opposed to AVERAGE as this gives us more accurate information on peak utilisation. They are generally very high capacity links which don't produce bursty graphs.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Regards,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Chris
</BLOCKQUOTE>
</BODY>
</HTML>