<div dir="ltr">Hi Jonan,<div><br></div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>
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  - go up to some even larger buckets (hours to days).<br>

 <br>
With the same max, we would then have:
<pre>A2:    3  5   6  4  4
B2:    6  8   4  3  1
And our new max-array of the sum would be:
AB2:  9 13 10 7 5 
</pre>
Where the max-value is 13 - and not 12 as above.<br></div></blockquote><div><br></div><div>I see what you are saying, but this would change the MAX of A2 and MAX of B2 between different bucket sizes.</div><div>But, if A and B both return the same MAX value for a 1 year resolution and a 1 month resolution graph then doesn&#39;t this imply they aren&#39;t being reduced?</div>
<div><br></div><div>i.e. </div><div><br></div><div><div>1M MAX of A: 749.807 M</div></div><div>1Y MAX of A: 749.807 M</div><div><br></div><div>1M MAX of B: 1744.822 M<br></div><div>1Y MAX of B: 1744.822 M</div><div><br></div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>
I&#39;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></div></blockquote><div><br></div><div>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&#39;t produce bursty graphs.</div>
<div><br></div><div>Regards,</div><div>Chris</div></div></div></div></div>