Philip Peake wrote: >So if you look at the data I present to RRD, you will see that it is on >30 second boundaries, so I would expect the stored value to be the same >as the presented value -- no ?
NO ! You are using a counter data type, therefore your data WILL be processed before storage. The calculation is (current - previous)/time = rate Eg, store 1000 at time 0, store 4000 at time 300, stored value is (4000-1000)/300 = 10 -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
