[rrd-developers] NAN Values

Daniel.Pocock at barclayscapital.com Daniel.Pocock at barclayscapital.com
Mon Jan 5 12:31:33 CET 2009


 
> Hi friends,
>         Please tell how to deal with the NAN values due to 
> xff in RRD graphs. I saw the ADDNAN patch, it is very useful 
> to get most of the graphs but i dont know how to use it. Also 
> send any other choices left to deal with NAN values.


This is something that interests me too - if Ganglia (gmetad) isn't
running quickly enough, data isn't fed to rrdtool at a sufficient rate
to satisfy the xff setting.

It would be useful to have some way of putting a label on the graph to
say that, for example, 20% of the data is missing.   Looking at the RPN
functions for a VDEF, there doesn't appear to be a function that can
count the number of NaNs in a set.  The COUNT function described doesn't
work for VDEFs, and whether NaNs can be counted is not clear anyway,
because NaN != NaN.  Maybe we would need a function isnan() for
constructing a CDEF, and then count the number of true values in the new
CDEF.

In the worst case, some users see the gaps, and they think the value is
0 instead of NaN.  

Regards,

Daniel
_______________________________________________

This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing.  Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be sent from other members of the Barclays Group.
_______________________________________________



More information about the rrd-developers mailing list