Cooper Nelson wrote: > I'm curious if there is a way to render multiple datasources on one > graph and have them scale independantly? This would be useful for > looking for correlations among different data sets.
Currently not, AFAIK. You can however do the following: 1) run rrdtool but do not create an image. Use PRINT (that's without a G!) to report the maximum of each DS 2) Calculate a multiplier for each DS 3) run rrdtool again (for the same period in time), this time creating the image, using generated CDEF statements that use the calculated multipliers for each DS HTH -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- 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
