On Fri, Dec 19, 2003 at 07:44:31AM -0500, Fauteux, Joe wrote: > thanks Alex - is there a simple way to suppress the decimals and round >
Suppose you have setup an RRD that stores data for 12 hours a time, and also keeps the data at 24 hours per row. 00:00-11:59 20 modems in use 12:00-23:59 21 modems in use. What should RRDtool do to compute the number for 24 hours? Should it be: a) 20.0 modems in use b) 20.5 modems in use c) 21.0 modems in use This is something _you_ have to decide. Use MIN,AVERAGE or MAX to select. HTH Alex -- 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
