[rrd-users] Re: Stacked area's limit

Simon Hobson linux at thehobsons.co.uk
Mon Sep 25 13:09:08 MEST 2006


Steven Hartland wrote:

>  > Just as a thought, are you graphing things in the right order ?
>>
>>  It's embarassing to admit this, but my first attempt I did something
>>  like this (in bash) :
>
>Ooo, I am graphing all + then all - but how do I force
>them to be a seperate stack?

The first area statement should be WITHOUT the stack option, it is 
then drawn on the baseline, further areas are then define WITH the 
stack option so they are stacked on top of it. For the second group 
(the '-'s) you repeat the whole process. Eg :

    AREA:${IP}-in#${colour}:"${Address}"
    AREA:${IP}-in#${colour}:"${Address}":STACK
    AREA:${IP}-in#${colour}:"${Address}":STACK

    AREA:${IP}-out#${colour}:
    AREA:${IP}-out#${colour}::STACK
    AREA:${IP}-out#${colour}::STACK


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