> If HR is not an possible option, how do I interpret the > following so I can make the changes I require? > > <!-- 2005-03-21 18:00:00 EST / > 1111446000 --> <row><v> 0.0000000000e+00 </v></row>
That's one row of the RRA. You need to understand what A row is and what an RRA is. You can find that in the tutorial On the rrdtool website. What you are seeing is an XML table. This: <!-- 2005-03-21 18:00:00 EST / 1111446000 --> Is comment in XML and HTML. It could have said: <!-- blabla --> But instead they put in the timestamp of the sample in human Readable format and in epoch time (seconds since 01-01 1970) <row><v> 0.0000000000e+00 </v></row> This is an RRA row holding one value. And the value is zero In scientific notation. Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
