On Jan 21, 2008 4:09 AM, Whilding, Craig <<a href="mailto:Craig_Whilding_TERM@relay1.mentorg.com">Craig_Whilding_TERM@relay1.mentorg.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">












<div link="blue" vlink="purple" lang="EN-GB">

<div>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">I've had to reply to myself as
hobbit mail isn't getting through to me for some reason.</span></font></p>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Gary or others do you know how I can get
it to chart the exact vale that comes in then. It's a bit silly having a
graph of 4.8 jobs etc. Also 4.5 is the average of 4 and 5 so it doesn't
make much sense anyway, Also it's the data at the bottom of the graph
that is really odd – queue max = 1.5m, running average 445.0m?</span></font></p>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;"> </span></font></p>



<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">Not sure where that data is coming from?</span></font></p></div></div></blockquote><div>The problem is that rrdtool expects data to arrive at specific intervals.  Any data that doesn't arrive at the precise time it should, gets interpolated - 
i.e. "adjusted to fit the curve".  So, if the rrd is built with a start time of midnight and update intervals of 300 seconds (5 minutes), you'd need to be delivering updates at 00:05, 00:10, 00:15, etc, in order to get the exact values stored.  
<br><br>You'll see this in some of the standard graphs too.  I have a machine that's recording network traffic and right now its current bits-per-second value on the graph is 15247.9.  0.9 of a bit is ridiculous, but there it is...
<br><br>Ralph Mitchell<br></div></div>