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:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to