[rrd-users] Adding single datapoints to a RRDdatabase

cruz Cruzader at gmx.de
Thu Feb 19 15:16:59 CET 2009


Hi,

I'm trying to insert single data points into my RRD database.

Create the database:
> rrdtool create test.rrd --start 900000000 DS:speed:GAUGE:300:U:U
> RRA:AVERAGE:0.5:1:24
adding data:
> rrdtool update test.rrd 900000900:1234

Without adding any further data my '1234' won't occure in the RRA. 
> rrdtool dump test.rrd
[snip]
    <!-- 1998-07-09 18:10:00 CEST / 900000600 --> <row><v> NaN </v></row>
    <!-- 1998-07-09 18:15:00 CEST / 900000900 --> <row><v> NaN </v></row>
</database>
[/snap]

Neither changing the consolidation function nor tweaking the xfiles factor
will result in any different behavior. 
Any ideas how to get my '1234' into the RRA? 



-- 
View this message in context: http://n2.nabble.com/Adding-single-datapoints-to-a-RRDdatabase-tp2353215p2353215.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.



More information about the rrd-users mailing list