<div dir="ltr">Hi,<div><br></div><div>I am trying to create a combined graph with data from two data sources and I am seeing some unexpected results. I have removed everything from my graph and produced a simple script which recreates the problem:</div>
<div><br></div><div><div>DEF:A=&#39;a.rrd&#39;:DS1:MAX</div><div>DEF:B=&#39;b.rrd&#39;:DS1:MAX</div></div><div><br></div><div>CDEF:AB=A,B,ADDNAN<br></div><div><br></div><div><div>PRINT:A:MAX:&#39;A\: %.3lf %S&#39;</div><div>
PRINT:B:MAX:&#39;B\: %.3lf %S&#39;</div><div>PRINT:AB:MAX:&#39;Total\: %.3lf %S&#39;</div></div><div><br></div><div>If I graph this with &quot;--start -1m&quot; I get the following:</div><div><br></div><div><div>A: 749.807 M<br>
</div></div><div><div>B: 1744.822 M</div><div>Total: 2325.624 M</div></div><div><br></div><div>and with &quot;--start -1y&quot;:</div><div><br></div><div><div>A: 749.807 M</div><div>B: 1744.822 M</div><div>Total: 2430.266 M</div>
</div><div><br></div><div>When I attempt to display data with &quot;--start -1y&quot; this is where the problem occurs. As you can see the MAX value for A and B hasn&#39;t changed, but my total has?</div><div><br></div><div>
When I convert these values into bps then the difference is 837mbps which isn&#39;t a small amount.</div><div><br></div><div>Am I doing something wrong or is this expected?</div><div><br></div><div>Thanks,</div><div>Chris</div>
</div>