<a href="http://erlang.org/doc/man/erlang.html">http://erlang.org/doc/man/erlang.html</a><br><br>4> erlang:process_info(self(),[message_queue_len,messages]).<br>[{message_queue_len,0},{messages,[]}]<br>5> self()!hello.<br>
hello<br>6> erlang:process_info(self(),[message_queue_len,messages]).<br>[{message_queue_len,1},{messages,[hello]}]<br><br><br><div class="gmail_quote">2009/1/31 Cliff Moon <span dir="ltr"><<a href="mailto:cliff@moonpolysoft.com">cliff@moonpolysoft.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">is there any way to inspect mailbox size at runtime?  Under load testing<br>
I'm seeing conditions pop up where a node will go out of control due to<br>
mailbox growth and it's rather hard to debug the issue post mortem from<br>
crash dumps.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>