On Mon, Jan 22, 2007 at 06:22:55PM -0800, Jim Ausman wrote: > Hi Guys, > > I have quite a few separate RRD files that are holding CPU percentage > utilization numbers that I want to consolidate into one value. I know > how to graph them all separately, but how do I present them as one > average value? I guess I can use rrdxport and then add them up using > perl, but this seems clumsy and it must have been done before. Is this > already part of RRD? I already scoured the man pages and the archives, > but there is quite possibly something that I have missed.
Am I missing something, or can you just add the values up using RRDtool's standard 'CDEF' mechanisms ? CDEF is discussed in the rrd graph documentation, and in more detail in the cdeftutorial. HTH -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
