<div><div>Just realized that I forgot to copy the list when I sent this yesterday - sorry!</div><div>/siri</div><div><br></div><div class="gmail_quote">2013/3/13 Siri Hansen <span dir="ltr"><<a href="mailto:erlangsiri@gmail.com" target="_blank">erlangsiri@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">2013/3/13 Anton Lebedevich <span dir="ltr"><<a href="mailto:mabrek@gmail.com" target="_blank">mabrek@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 03/13/2013 06:32 AM, Mike Cugini wrote:<br>
> Hey all,<br>
><br>
> I was recently put on an erlang project, and I've been trying to get<br>
> etop working to help profile some issues our app has been having (mostly<br>
> interested in Message Queue sizes).<br>
><br>
> Etop is started with this command:<br>
><br>
> erl -name etop@<ip> -hidden -s etop -s erlang halt \<br>
>                -output text -sort reductions -lines 50 \<br>
>                -node <node_name> -setcookie <cookie><br>
><br>
> Whenever I start etop, I see a flood of "Erlang top got garbage" messages:<br>
<br>
<br>
</div>-tracing off flag might help etop. Another possible source of that<br>
garbage is mnesia.<br>
<br>
Regards,<br>
Anton Lebedevich.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div><div>Yes, "-tracing off" will get rid of the flooding. (It will of course also turn off measurement of runtime per process.) I had a look at the code, and I am afraid that this is actually a shortcoming in etop as it seems etop assumes that only one process is running (scheduled in) at a time. We'll have to look into this!</div>

<div><br></div><div>I don't think mnesia has anything to do with the garbage messages.</div><div><br></div><div>Regards</div><span class="HOEnZb"><font color="#888888"><div>/siri </div>
</font></span></blockquote></div><br></div>