[rrd-users] Re: rrdgraph issue

nate rrdtool at aphroland.org
Sun Apr 9 21:00:09 MEST 2006


Andrea Russos said:
> Hi everybody, i'm new to the list and also pretty new to the "deep" use
> of RRD; i mean that i always use rrd as a part of Network Monitoring
> tools like CRicket and, above all, OpenNMS.
> 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 ??
> I mean: i make an snmpget of these OIDs every 5min ( 300 sec ), but if i


you could do something like this:

DEF:my_datapoint=/path/to/file.rrd:DS_NAME:AVERAGE
CDEF:my_datapoint_second="my_datapoint,5,/,60,/"

then graph my_datapoint_second

nate

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list