[rrd-users] Re: Stacking...

Alex van den Bogaerdt alex at ergens.op.het.net
Sun Dec 25 15:14:45 MET 2005


On Sun, Dec 25, 2005 at 11:28:11AM +0800, Michael Collard wrote:
> Can't seem to get the stacking working... This is the graphing command:
> 
> rrdtool graph test.png -i --end now --start -30m --width 600 \
> --height 200 -l 0 --title 'DSL stats' \
> DEF:dsratemi=/var/db/604t.rrd:dsrate:MIN \
> DEF:usratemi=/var/db/604t.rrd:usrate:MIN \
> AREA:usratemi#d0ffd0:Upstream \
> AREA:dsratemi#d0d0ff:Downstream:STACK \
> LINE2:usratemi#00FF00 \
> LINE2:dsratemi#0000FF \
> HRULE:0#000000 \
> 
> The second area just goes straight over the top of the the first. I've
> had a look around for examples without success. 

You are using RRDtool version 1.0, correct ?  The statements you
are trying work in version 2.0

> Also, can't find a substitute for HRULE:0#000000, LINE just complains
> about the '0'.

Version 2.0 will allow you to do LINE2:0#000

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