<br><br><div class="gmail_quote">2009/8/11 Simon Hobson <span dir="ltr"><<a href="mailto:linux@thehobsons.co.uk">linux@thehobsons.co.uk</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Arthur Meeks Meeks wrote:<br>
<br>
>The problem is:<br>
><br>
>When I get the data from the MySQL, as I said, I get data such as:<br>
>0<br>
>1<br>
>2<br>
>etc<br>
><br>
>But those values are included in the rrd file as:<br>
> <!-- 2009-08-11 20:20:00 CEST / 1250014800 --> <row><v><br>
>1.6333333333e-01 </v></row><br>
> <!-- 2009-08-11 20:25:00 CEST / 1250015100 --> <row><v><br>
>3.6666666667e-02 </v></row><br>
> <!-- 2009-08-11 20:30:00 CEST / 1250015400 --> <row><v><br>
>0.0000000000e+00 </v></row><br>
> <!-- 2009-08-11 20:35:00 CEST / 1250015700 --> <row><v><br>
>0.0000000000e+00 </v></row><br>
> <!-- 2009-08-11 20:40:00 CEST / 1250016000 --> <row><v><br>
>0.0000000000e+00 </v></row><br>
><br>
>So the grahp is not showing the correct values, cause it should be<br>
>1, 2...but instead it shows: 100M, 200M in the vertical axis<br>
<br>
</div>See Rates, normalizing and consolidating on Alex's RRD pages<br>
<a href="http://www.vandenbogaerdt.nl/rrdtool/" target="_blank">http://www.vandenbogaerdt.nl/rrdtool/</a><br>
<br>
What you have described is correct RRD tool behaviour - you only<br>
think it's wrong because you haven't been introduced to the key<br>
features of RRD. Once you understand what it's doing and why, it<br>
won't seem wrong.</blockquote><div><br>Thanks Simon, I'm going to read it right now, but I really hope there's a way to actually draw seconds as they are :-)<br><br>A <br></div></div><br>