[rrd-users] Re: horizontal line

Alex van den Bogaerdt alex at ergens.op.het.net
Mon May 22 02:03:58 MEST 2006


On Sun, May 21, 2006 at 11:32:54PM +0200, Pavel Ruzicka wrote:

> I want to create bandwidth graph with additional horizontal line, which
> presents Max possible speed. RRD files are from MRTG.
> I tried this in my PERL script, but without success:
> ($maxbytes is previously computed value from more RRD files.)
> ------------
> push @args, "CDEF:maxbw=${maxbytes},8,*";
> push @args, "LINE1:maxbw#000000:Max speed  ${maxbytes}\\l";

Try HRULE.

Alternatively, use an existing ds-name and discard it right away,
using POP.

-- 
Alex van den Bogaerdt
http://www.vandenbogaerdt.nl/rrdtool/

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