[rrd-users] Re: PHP4-RRDTool continues..

Dan Cech dcech at phpwerx.net
Wed Aug 23 21:59:25 MEST 2006


Westlake, Simon wrote:
> Does anyone know of some undocumented way (or some way I'm not
> understanding from the rrdgraph manpage) to manipulate the data pulled
> from the rrd file and perform a mathematical equation on it?

You can create a CDEF based on your DS like:

DEF:rawin=myrrdfile.rrd:in:LAST
CDEF:bitsin=rawin,8,*

The graph bitsin, rather than rawin

Dan

--
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