<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>An indirect way to catch them is by using</div><div><br></div><div>  erlang:system_monitor(self(), [{large_heap, Sz}])</div><div><br></div><div>since the message queue is part of the heap.</div><div><br></div><div><a href="http://www.erlang.org/doc/man/erlang.html#system_monitor-2">http://www.erlang.org/doc/man/erlang.html#system_monitor-2</a></div><div><br></div><div>BR,</div><div>Ulf W</div><br><div><div>On 31 Aug 2011, at 11:13, Joel Reymont wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Is there a built-in facility in Erlang that allows me to monitor process queue length across the system and issue an alarm if a threshold is exceeded?<br><br>Am I stuck with manually going through a process list and sampling queue length?<br><br><span class="Apple-tab-span" style="white-space:pre">        </span>Thanks, Joel<br><br>--------------------------------------------------------------------------<br>- for hire: mac osx device driver ninja, kernel extensions and usb drivers<br>---------------------+------------+---------------------------------------<br><a href="http://wagerlabs.com">http://wagerlabs.com</a> | @wagerlabs | <a href="http://www.linkedin.com/in/joelreymont">http://www.linkedin.com/in/joelreymont</a><br>---------------------+------------+---------------------------------------<br><br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></div></blockquote></div><br><div>
<div>Ulf Wiger, CTO, Erlang Solutions, Ltd.</div><div><a href="http://erlang-solutions.com">http://erlang-solutions.com</a></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br></body></html>