On Tue, Mar 07, 2006 at 01:10:24PM -0800, Jared Gillis wrote: > I'm in need of a tool, or way that I can take several RRD files and > create a single one that has the sum of the values in the source RRDs.
You will need to: - dump to multiple XMLs - create a new single XML with the sum - rebuild a RRD from that XML This is a very CPU/memory consuming process if you use available tools like xmlstarlet. So I suggest you be using one of perl's XML modules. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
