[rrd-users] 25 hours a day..
Fredrik Wänglund
fredrik.wanglund at datavis.se
Tue Jun 17 10:09:37 MEST 2003
Can anybody explain this to me, please:
# rrdtool xport --step 86400 -s "00:00 01.06.2003" -e "23:59 05.06.2003"
DEF:in=mow-adc-001_net.rrd:IN:AVERAGE CDEF:tot=in,86400,* XPORT:tot
<?xml version="1.0" encoding="ISO-8859-1"?>
<xport>
<meta>
<start>1054350000</start>
<step>90000</step>
<end>1054890000</end>
<rows>7</rows>
<columns>1</columns>
<legend>
<entry></entry>
</legend>
</meta>
<data>
<row><t>1054350000</t><v>2.5995912560e+08</v></row>
<row><t>1054440000</t><v>NaN</v></row>
<row><t>1054530000</t><v>2.6762658656e+08</v></row>
<row><t>1054620000</t><v>3.1019185722e+08</v></row>
<row><t>1054710000</t><v>3.4713575674e+08</v></row>
<row><t>1054800000</t><v>3.1482857462e+08</v></row>
<row><t>1054890000</t><v>NaN</v></row>
</data>
</xport>
#
The timestamps increase by 90000, 25 hours. Why???
The first timestamp is:
# perl -e "print scalar localtime( 1054350000)"
Sat May 31 05:00:00 2003
Why????
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list