<div>Is there a constant somewhere that I could change directly in the code so that it's always an average over, say 1 minute, instead of the default 5 seconds? I browsed the source code of the management plugin but couldn't isolate it. I don't know Erlang so it makes things a bit more complicated :P Then, ideally I'd like to make that thing configurable in the config file. Is it easy to do? If not, then I'm ok with simply changing the value directly in the code.</div>
<div><br></div><br><br><div class="gmail_quote">On Fri, Jun 3, 2011 at 5:47 AM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com">simon@rabbitmq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 03/06/11 01:33, Sébastien Rainville wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a way to have a moving average of the rate that is greater than<br>
what it is now, something like the load 1, 5 and 15 in linux? I looked<br>
at configuration options but didn't find any for that...<br>
</blockquote>
<br></div>
I'm afraid not. The message rate is just sampled over the last five seconds. Adding longer-period moving averages is on the to-do list, but at quite a low priority.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
(btw, unless I<br>
missed something, rabbitmq configuration is really obscure)<br>
</blockquote>
<br></div>
Yeah, that could be improved too. But all the configuration for the management plugin is documented at <a href="http://www.rabbitmq.com/management.html" target="_blank">http://www.rabbitmq.com/management.html</a><br>
<br>
Cheers, Simon<br>
<br>
-- <br>
Simon MacMullen<br>
Staff Engineer, RabbitMQ<br>
SpringSource, a division of VMware<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>