[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] ganglia-style graph aggregation with hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] ganglia-style graph aggregation with hobbit
- From: Tom Georgoulias <tomg (at) mcclatchyinteractive.com>
- Date: Tue, 10 Oct 2006 11:23:58 -0400
- Organization: McClatchy Interactive
- References: <4511637D.2050006@sanger.ac.uk> <20060920193920.GD28669@hswn.dk> <4512A42E.9000804@sanger.ac.uk>
- User-agent: Thunderbird 1.5.0.7 (X11/20060913)
Gildas Le Nadan wrote:
Hum, I'm afraid I don't get how it works/can't make it work on a simple
example: I'm trying to change la-multi in hobbitgraph.cfg so the values
will be added up instead of printed on top of the others.
Are the entries in hobbitgraph.cfg used as a template to build the
rrdgrph query? If so, then how can I access the values from the previous
RDN to add them to the one in the current RDN (@RRDFN@)?
I tried adding the values to a VDEF:add=add,@RRDIDX@,+ but without success.
Did you ever work out a solution for this?
I'm starting to investigate a way that I can take data from many rrd
files, and graph the average of the data all those rrd files as a single
line. For example, I'd like to average the %CPU usage (la1) for 10
different webservers, and display it as a single overall average %CPU
for a web farm.
Tom