[rrd-users] How to plan RRD creation from previously acquired data?

Steve Shipway s.shipway at auckland.ac.nz
Thu Sep 11 01:20:49 CEST 2014


> The problem is that when I update the rrd with for i in $(cat file.csv);
do
> rrdtool update filename.rrd $i; done i get a lot (really, a lot) of "NaN".

Your problem is that your data are in Scientific format; 'rrdtool update'
wants them as decimals.

Your file says:

1357081200:5.3186666666e+01:1.9346617284e+01

RRDTool wants:

1357081200:53.186666666:19.346617284

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/20140910/ca977e59/attachment.bin>


More information about the rrd-users mailing list