Faruk Grozdanic wrote:

> I have recently converted MRTG to use RRDtool. I think it is great, way 
> better then graphing that MRTG does. One thing that I would like is to 
> find the MAX & MIN values in the data that I am graphing. When MRTG did 
> the graphs it had a couple of lines on the bottom with, let us say, in 
> bytes Max, in bytes MIN, in Bytes AVERAGE values. I do not see an option 
> for this in rrdgraph manual. If someone knows how to generate this data 
> with rrdtool graph option, it would be great.

Read the man page for rrdgraph.  It is the PRINT function, or rather
the GPRINT if you like to show it on the image itself.

GPRINT:ds0:MAX:"Max. %6.2lf"
GPRINT:ds0:AVERAGE:"Avg. %6.2lf"
GPRINT:ds0:MIN:"Min. %6.2lf"
GPRINT:ds0:LAST:"Last %6.2lf"

and so on.

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

Reply via email to