Thanks Emile, I will try with these stanzas and tell you how it goes.<div>Regards,</div><div>g<br><br><div class="gmail_quote">On Thu, Sep 27, 2012 at 6:33 AM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guillaume,<br>
<div class="im"><br>
On 26/09/12 16:43, Guillaume Pothier wrote:<br>
&gt; � � rabbitmqctl eval<br>
&gt; � � &#39;lists:sublist(lists:reverse(lists:sort([{process_info(Pid, memory),<br>
&gt; � � Pid, process_info(Pid)} || Pid &lt;- processes()])), 30).&#39;<br>
<br>
</div>From the output to this command that you sent me off-list it looks like<br>
statistics are generated too fast for the management database to keep<br>
up. Can I suggest that you turn off fine grained statistics (this will<br>
disable display of message rates) by adding this stanza to the config file:<br>
<br>
�{rabbitmq_management_agent, [{force_fine_statistics, false}]}<br>
<br>
and increase the statistics collection interval from 5000ms to higher<br>
number and see if that helps:<br>
<br>
�{rabbit, [{collect_statistics_interval, 10000}]}<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div><br></div>