[rrd-users] Pulling data out of rrds

Steve Shipway s.shipway at auckland.ac.nz
Wed Apr 9 01:11:29 CEST 2014


Simon said
> I think that returns the last actual value supplied - which will be the
counter value from the last update. You need to use "fetch" to get the last
processed values.

... what he said.

rrdtool last
   This gives the timestamp of the latest PDP (after rate calculation and
normalisation)
rrdtool lastupdate
  This gives the timestamp and values of the RAW last update, BEFORE rate
calculation and normalisation.
rrdtool fetch
  This pulls out the timestamps and CDP values from the specified RRA, so
AFTER rate calculation, normalisation and Consolidation.
rrdtool updatev
  This updates the RRD with the supplied samples, and returns any CDP being
written to RRA; so AFTER rate calculation, normalisation and consolidation.
It may return zero or more CDP depending on how long it has been since your
last update.

Steve

Steve Shipway
s.shipway at auckland.ac.nz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5909 bytes
Desc: not available
Url : http://lists.oetiker.ch/pipermail/rrd-users/attachments/20140408/ed838e4d/attachment-0001.bin 


More information about the rrd-users mailing list