On 11/28/12 11:04 AM, Thomas Parvais wrote: > That seems easy to implement for the RRD create and RRD update > > However, I wonder if Average will be well computed as the average > should be done for the the relative period 0700-1900 or 1900-0700 and > not over 24h. > > We can have also real measurement = 0.
Ah, you're absolutely right -- you should be recording the data points as "U" unknown, not zero -- that's right. The trick is going to be getting rrdgraph to not plot anything where data points are unknown, instead of either treating unknown as zero OR most recent value. You may need to define CDEF's to handle the unknown values properly and graph the CDEF's instead of the raw DEF/DS data. -- Dossy Shiobara | "He realized the fastest way to change [email protected] | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on." (p. 70) * WordPress * jQuery * MySQL * Security * Business Continuity * _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
