<div dir="ltr">It is due to the way Erlang spins up more cores. The Erlang VM decides at certain intervals how many cores it needs to satisfy the work it has. If it never needs more than 7 cores to satisfy work, it will never spin up more. Also note that it will keep a core &quot;awake&quot; even if there is no work to do in the hope that work will arrive soon. So you cannot use a command like top(1) to get any idea of what is happening.<div>

<br></div><div style>The way is to get a shell on an erlang node and then use </div><div style><br></div><div style><a href="http://erlang.org/doc/man/erlang.html#statistics-1">http://erlang.org/doc/man/erlang.html#statistics-1</a><br>

</div><div style><br></div><div style>in particular the scheduler_wall_time stats to get a grip on scheduler utilization.</div><div style><br></div><div style>My guess would be that you are bound by something else than CPU.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 7, 2013 at 9:14 AM, Xie Yunpeng <span dir="ltr">&lt;<a href="mailto:woqimingweipeng@gmail.com" target="_blank">woqimingweipeng@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>rabbitmq version: 3.0.2<br></div>cpu: 24 cores<br></div>memory: 64G<br></div>i deploy a rabbitmq service on the server above and do a <span>stress testing</span> , use 150 threads for send and 300 threads for recv on 150 queues on the service, per queue with 1 send/ 2 recv. <br>


</div>the cpu useage is always below 700%, no matter i increase queues and threads or not.<br><br></div>how to use more than 7 cores in rabbitmq?<br><div><br>i find smp is set to 24:24<br>[rabbitmq]$ erl<br>Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:24:24] [async-threads:0] [hipe] [kernel-poll:false]<br>


<br>Eshell V5.9.3.1  (abort with ^G)<br></div></div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>J.
</div>