[rrd-users] rrdtool update load the unexpected data
Lihong
lihong_sun88 at yahoo.com
Tue Nov 14 19:37:22 MET 2006
Hello,
I have created a rrd file and updated three entries. But after the update,
rrdtool dump generated the wrong data (the time is not correct, nor the
data).
Here is what I did:
/bin/rrdtool create active_users_wkly.rrd --start 1140480001 --step 604800
DS:active_users:GAUGE:1209600:U:U \
RRA:AVERAGE:0.5:1:54.
/bin/rrdtool update active_users_wkly.rrd 1141084801:107717
/bin/rrdtool update active_users_wkly.rrd 1141689601:123038
/bin/rrdtool update active_users_wkly.rrd 1142294401:144376
The data I entered is:
MON 27-Feb-2006 : 107717
MON 06-Mar-2006 : 123038
MON 13-Mar-2006 : 144376
But, the rrdtool dump shows the wrong time, which is starting on Wed. Feb 22
(note that my data starts on Mon Feb 27) and the wrong data (only the first
data is correct). Here is the result from rrdtool dump:
<!-- 2006-02-22 16:00:00 PST / 1140652800 --> <row><v> 1.0771700000e+05
</v></row>
<!-- 2006-03-01 16:00:00 PST / 1141257600 --> <row><v> 1.1209440324e+05
</v></row>
<!-- 2006-03-08 16:00:00 PST / 1141862400 --> <row><v> 1.2913453615e+05
</v></row>
I wonder what;s wrong.
Thanks!
--
View this message in context: http://www.nabble.com/rrdtool-update-load-the-unexpected-data-tf2631380.html#a7343585
Sent from the RRDTool - User mailing list archive at Nabble.com.
--
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://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list