On Sun, Apr 09, 2006 at 02:46:01PM +0200, Andrea Russos wrote: > Now i'm dealing with the graphing of some GAUGE values obtained from a > perl script that give's back some ldap stats. My problem is how can i > graph these values like, for example, "number of connection" per second ??
If you have a GAUGE value, it already is "per second". If your value isn't, then you haven't set it up properly. > I mean: i make an snmpget of these OIDs every 5min ( 300 sec ), but if i > don't use some CDEF on the variables, i only graph lines with values as > they're obtained from the snmpget, and not related to seconds. > I read the docs on RRD webpage ( in particular those ones on CDEF and > RPN ) , but i cannot understand the CDEF i have to implement. The input is already a rate, and you need not convert it, or it is not a rate and are scr*wed. Any attempt to repair the damage is a kludge at best. Redo from start, this time using the proper counter type. If this information didn't help, you didn't describe the problem. Try again. -- 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
