On Thu, Jul 15, 2004 at 11:36:02AM +0200, Philip Lawatsch wrote: > First, whats the correct way to calculate a "total" sum of a graph? > For instance I'm plotting network traffic and what I want to display is > basically the average * the time displayed in the Graph. However this is > wrong, really wrong, if the data contains unkown values since the > average cf only considers the values which are known. Is there a > consolidation function like TOTAL for a given amount of time?
If the data contains unknowns, how can you say one choice is better than the next? If you want to consider unknown data to be zero, use a CDEF to do just that. The average will be "correct" and so will your total. Someone else could want to consider unknown data to be at the maximum. Again, using CDEF. Which one to use depends on the user's needs. Choosing the average by default is as valid as any other default. Alex -- I ask you to respect any "Reply-To" and "Mail-Follow-Up" headers. If you reply to me off-list, you'd better tell me you're doing so. If you don't, and if I reply to the list, that's your problem, not mine. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
