Hussain Ali wrote: > > Hello, the manpage for rrdtool gragh says that it " extract numerical > reports". How exactly?
By using PRINT. > An example would help. DEF:ds1a:/path/to/router1.rrd:ds0:AVERAGE DEF:ds1b:/path/to/router1.rrd:ds1:AVERAGE DEF:ds2a:/path/to/router2.rrd:ds0:AVERAGE DEF:ds2b:/path/to/router2.rrd:ds1:AVERAGE DEF:ds3a:/path/to/router3.rrd:ds0:AVERAGE DEF:ds3b:/path/to/router3.rrd:ds1:AVERAGE .... etcetera PRINT:ds1a:MAX:"Maximum bytes in on router1: %6.2lf %sbps" PRINT:ds1a:AVERAGE:"Average bytes in on router1: %6.2lf %sbps" PRINT:ds1a:MIN:"Minimum bytes in on router1: %6.2lf %sbps" PRINT:ds1b:MAX:"Maximum bytes out on router1: %6.2lf %sbps" PRINT:ds1b:AVERAGE:"Average bytes out on router1: %6.2lf %sbps" PRINT:ds1b:MIN:"Minimum bytes out on router1: %6.2lf %sbps" .... etcetera cheers, -- __________________________________________________________________ / [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
