<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
.EmailQuote
        {margin-left:1pt;
        padding-left:4pt;
        border-left:#800000 2px solid}
-->
</style><style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Here's another one.<br>
<br>
4. Use LSL calculations to approximate the dataset as a line, and use that.<br>
&nbsp;&nbsp;&nbsp; VDEF:slope=x,LSLSLOPE<br>
&nbsp;&nbsp; VDEF:base=x,LSLINT<br>
&nbsp;&nbsp; CDEF:infill=slope,COUNT,*,base,&#43;<br>
&nbsp;&nbsp; CDEF:newx=x,UN,infill,x,IF<br>
&nbsp; The downside is that you'll likely get a disconnect when switching between the real and infill data.&nbsp; The upside is that it wont be a horizontal line and no need to store invalid data.<br>
<br>
5. Use PREDICT function to fill in with averages of previous day's data.<br>
<div>&nbsp;&nbsp; CDEF:infill=36000,1,1800,x,PREDICT<br>
&nbsp;&nbsp; CDEF:newx=x,UN,infill,x,IF<br>
&nbsp;&nbsp; This hops back 10hr (the size of your available-data window) and fills in with a 30min average of that data.<br>
<br>
Of course, all of these infill ones have the downside that you're displaying made-up data for the unknown period...&nbsp; it would be simple enough to make the RRD graph function display made-up data using a different colour of line, so that you can see which parts
 are true and which are cosmetic.<br>
<br>
Steve<br>
<br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><strong>Steve Shipway</strong></div>
<div style="font-family:Tahoma; font-size:13px">University of Auckland ITS</div>
<div style="font-family:Tahoma; font-size:13px"><em>UNIX Systems Design Lead</em></div>
<div style="font-family:Tahoma; font-size:13px"><a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a></div>
<div style="font-family:Tahoma; font-size:13px">Ph: &#43;64 9 373 7599 ext 86487</div>
<div style="font-family:Tahoma; font-size:13px"><em></em>&nbsp;</div>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
</div>
</div>
</body>
</html>