This is a discussion on Re: [rrd-users] Optimize RRD update within the RRD Users forums, part of the Networking and Network Related category; On Sun, Feb 03, 2008 at 06:48:06PM +0100, Gwenael Lahay wrote: > I update my rrd file to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun, Feb 03, 2008 at 06:48:06PM +0100, Gwenael Lahay wrote:
> I update my rrd file to put zero values because my rrd file stores 3 > frequency of the same data. and only one of the 3 gets updated at any one time? > correctly the average value for 5 minutes and half and hour. > For example, i have the following value for a 5 minutes interval : > NaN 3 NaN NaN NaN NaN > The program store a NaN data for this 5 minutes interval. so what is Nan: the measure (rrdtool fetch output) or your calculation (rrdtool graph) or both? If you manually calculate the average between frequencies, you may wanna play with RPN IF expressions to check for nan values _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |