[rrd-users] First data set missing

Markus Mayer a9325155 at unet.univie.ac.at
Tue May 27 21:26:43 MEST 2003


Hi,

I'm new to RRDTool, so please bear with me.

While I was trying to get my first RRD graph up and working I noticed that
the first value written to an RRD is ignored, as is the last (using data
type GAUGE).

This is my RRD:
  RRDs::create($rrdb,
     '--start', 'now - 1year',
     '--step', 300,
     'DS:myval:GAUGE:600:-1000000:1000000',
     "RRA:AVERAGE:0.5:1:600",
     "RRA:AVERAGE:0.5:6:700",
     "RRA:AVERAGE:0.5:24:775",
     "RRA:AVERAGE:0.5:288:797");

I'm adding these values
  1053988500:3500
  1053988800:1000
  1053989100:-800
  1053989400:-1800
  1054059000:-7000

When I'm dumping or fetching data from the RRD, I the first (3500) and last
(-7000) value are missing:

1053988500: nan
1053988800: 1.0000000000e+03
1053989100: -8.0000000000e+02
1053989400: -1.8000000000e+03

How can I change that?

This is basically the same problem that I found in the archives, posted
almost 2 years ago: http://www.ee.ethz.ch/~slist/rrd-users/msg03490.html

Unfortunately there was never a reply to this post (or at least it's not in
the archives).

My RRD version is 1.0.42 on a RedHat 7.3 machine.

Thanks for your help.

Best regards,
Markus

--
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