<div dir="ltr"><div class="gmail_extra">Thanks for the reply Simon! What I actually need is to collect samples of statistics, or maybe just set a huge statistics interval...have you ever tried to set statistics interval to something like a week? Does it affect performance?<br>

otherwise I saw some connector for collectd and graphite but they seems to be very experimental and not so used..</div><div class="gmail_extra">Any suggestion..?<br></div><div class="gmail_quote">On Wed, Jul 24, 2013 at 7:09 PM, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">On 24/07/13 15:14, Flavio Pompermaier wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
I saw that at<br>
<a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_3/priv/www/api/index.html" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-management/raw-file/<u></u>rabbitmq_v3_1_3/priv/www/api/<u></u>index.html</a><br>


you can access those statistcs via json, the problem is that, from waht<br>
I saw,<br>
those statistics are run-time statistics,<br>
</blockquote>
<br>
Not sure what you mean by &quot;run-time statistics&quot;. I would expect all statistics to be based on things that happened at run-time :-)<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
I cannot get info like max queue size<br>
</blockquote>
<br>
Not directly. You can retrieve a set of samples of queue size over time, then scan through them looking for the maximum.<br>
<br>
Obviously the samples are... samples, so the queue may have been longer at some point between samples.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
or average rate of message processing (from a certain point<br>
in time on), am I wrong?<br>
</blockquote>
<br>
The average rate over the time period you have requested is delivered as avg_rate.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, Pivotal<br>
</font></span></blockquote></div><p class="gmail_extra"></p><div class="gmail_extra">
</div></div>