<br><br><div class="gmail_quote">On Thu, Oct 1, 2009 at 1:32 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Suhail,<div class="im"><br>
<br>
Suhail Doshi wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Does anyone know what rabbitmq throughput is from items sitting in the queue to sending them to a consumer?<br>
<br>
Lets say we&#39;re doing 200 items in the queue a second with 50 consumers waiting to process the item, usually they do in &lt; 30ms.<br>
</blockquote>
<br></div>
So that&#39;s ~7kHz, which doesn&#39;t look unreasonable, but there are many factors at play here which we&#39;d need to know about in order to make a better assessment:<br>
<br>
- are these messages persistent or transient? Persistent�</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
- how big are the messages? Less than 500 bytes usually<br>
- do the consumer consume in no-ack mode, or ack mode? ack mode<br>
- are the consumers sharing a connection (or even channel) or do they all have their separate connection/channel? do not share a channel/connection<br>
- where are the consumers in the network topology in relation to the server? very close, same rack presumably<br>
- what&#39;s the hardware spec of the server machine? quad core, 4 GB of RAM<br>
- what version of Erlang are you running?�5.7.2<br>
- what AMQP client are you using? Python library created by�Barry Pederson<br>
<br>
Also, ...<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Watching our consumer logs, it feels like they don&#39;t get items fast<br>
enough from rabbitmq, is that possible or is it me?<br>
</blockquote>
<br></div>
Can you instrument the consumers to measure how long they are blocked waiting for messages from RabbitMQ? Yes possibly, I should check you&#39;re right.<br>
<br>
Also, with 200 messages shared across 50 consumers each consumer will only get four items, which is a rather small figure to do any meaningful statistical analysis with.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><a href="http://mixpanel.com">http://mixpanel.com</a><br>Blog: <a href="http://blog.mixpanel.com">http://blog.mixpanel.com</a><br>