Dear Miguel,

--- Jos� Miguel Pereira Tavares <[EMAIL PROTECTED]> wrote:

> 
>       Hi all!
> 
>       As far as I could find out gmond has a set of metrics built-in at 
> compile time (a rather convenient set most of the time). If more 
> information regarding the node or the software running on that node
> is 
> necessary then gmetric can be used to publish that metric.
>       Hoping that the previous paragraph affirmation is correct I would
> like 
> to ask around some question, though I will also provide some possible
> 
> answers/thoughts about them:
> 
>       1. Doesn't using gmetric (forking a process) consume a bit too much
> of 
> the system resources?
>

 This really depends on:

a) the resources of your system
b) what is the number of new metreics that you want to insert into the
XML stream
c) what is the frequency you are calling gmetric.

 I personally would not worry to much. At least not before measuring
the impcat on a life system :-)

 In any case, if gmetric is to "heavy" for yoo, you could always
integrate your metrics into the metrics reported by "gmond". This is
not trivial, but not impossible. The drawback is that it may make that
"gmond" incompatible with the standard one.
 
 Another solution would be to look at the gemetric source and write
your own version that collects all interesting metrics and submits them
together. That way you would reduce the number of "forks". Seems you
already contemplated this.

>       2. I need to monitor a JVM profile. Has anyone tried something like 
> similar? Any thoughts or ideas on best way to achieve this with 
> Ganglia?
> 
>       3. I also need to monitor some database services... thoughts and
> ideas 
> most welcome.
>

 for both 2 and three - you need to retrieve the metrics and feed them
into the stream. Ok, probably not what you wanted to hear :-)

Cheers
Martin 


------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www:   http://www.knobisoft.de

Reply via email to