[rrd-users] Graphing multiple databases into one graphs

ilConsigliere ilconsigliere at email.it
Thu Mar 29 16:28:23 CEST 2012


Hi,
I'm trying to insert sereveral rrd databas einto one graph.
I'm using a per script made by an ex-collegue and it works fine but I cannot
display the stack of the values.
I use this kind of creation:

[memory]
        FNPATTERN memory_(.*)_(.*).rrd
        GROUPBY @RRDPARAM_2@
        TITLE Memory Utilization of @RRDPARAM_2@
        YAXIS Used
        -w 680
        -l 0
        -Y
        COMMENT:"Graph period @DATERANGE@\n"
        DEF:p at RRDIDX@=@RRDFN@:used:AVERAGE
        LINE2:p at RRDIDX@#@COLOR@:"@RRDPARAM_1@ used \t"
        GPRINT:p at RRDIDX@:LAST:" \: %4.2lf%s (cur)"
        GPRINT:p at RRDIDX@:MAX:" \: %4.2lf%s (max)"
        GPRINT:p at RRDIDX@:MIN:" \: %4.2lf%s (min)"
        GPRINT:p at RRDIDX@:AVERAGE:" \: %4.2lf%s (avg)\n"

I'd like to display also the stack but I cannot do it. I tried several way
but I faild. How can I do that?

Bye,
Stefano

--
View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/Graphing-multiple-databases-into-one-graphs-tp7417874p7417874.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.



More information about the rrd-users mailing list