I would like gmond (2.5.0) to monitor at a faster rate. The output from
gmond indicates that it is reporting every ten seconds (REPORTED attribute
in HOST). I'd like to bump that up to every second.

I remember a message some weeks ago talking about mcast_min and mcast_max in
metric.h in $GANGLIA_SOURCE/gmond. Looking at that array, it is unclear to
me how the values interact or what units they might be in.

Could someone point me to documentation on this or give me a quick
explanation so I can play with the values safely and knowledgably?

Thanks for your time and effort.

--

Michael William Knop


"Teach them politics and war so their sons
 may study medicine and mathematics in order
 to give their children a right to study
 painting, poetry, music, and architecture."

 John Adams

----- Original Message -----
From: "Steven Wagner" <[EMAIL PROTECTED]>
To: <ganglia-general@lists.sourceforge.net>
Sent: Monday, October 07, 2002 11:25 AM
Subject: Re: [Ganglia-general] update rate


> [EMAIL PROTECTED] wrote:
> > Orest.
> > Does ganglia toolkits have posibilities to slow down
> > database updating rate  not 15 seconds but  30 (60 ) ?
>
> If you find metrics are updating too often, you can modify the values in
> $GANGLIA_SOURCE/gmond/metric.h  (look for mcast_min and mcast_max).
>
> If you're specifically worried about gmetad's writing to RRD files all the
> time, then you can modify the gmetad source in
> $GANGLIA_SOURCE/gmetad/data_thread.c ... there's a value in there called
> sleep_time which is defined as "a random value between 10 and 20 seconds."
>   We know, it should be a config value or something...
>
> Note that lengthening the time between updates *too much* may create gaps
> in your graph output.  If you care about that sort of thing. :)
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>


Reply via email to