<div dir="ltr">I think the thing you're looking for is <a href="http://www.erlang.org/doc/apps/os_mon/index.html">http://www.erlang.org/doc/apps/os_mon/index.html</a><div><br></div><div>See also:</div><div><a href="http://www.erlang.org/doc/man/etop.html">http://www.erlang.org/doc/man/etop.html</a><br>
</div><div><a href="http://www.erlang.org/doc/man/observer.html">http://www.erlang.org/doc/man/observer.html</a></div><div><div><br></div><div style>There is a third party library as well: <a href="https://github.com/mazenharake/entop">https://github.com/mazenharake/entop</a> although I cannot comment on its performance.</div>
<div style><br></div><div style>To aggregate stats to a third party application, you could use something like <a href="https://github.com/boundary/folsom">https://github.com/boundary/folsom</a>, use an AMPQ, or roll your own message queuing process.</div>
<div style><br></div><div style><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 17, 2012 at 5:23 PM, Yash Ganthe <span dir="ltr"><<a href="mailto:yashgt@gmail.com" target="_blank">yashgt@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The perfmon utility on Windows allows an administrator to monitor system-level metrics such as CPU and memory consumption as well as application -level metrics such as number of records processed, number of errors, etc.<br>

<br>
What is the best way to achieve this in Erlang? How to get application-level metrics logged to the perfmon?<div class="HOEnZb"><div class="h5"><br>
<br>
Thanks,<br>
Yash<br>
<br>
-- <br>
Using Opera's revolutionary email client: <a href="http://www.opera.com/mail/" target="_blank">http://www.opera.com/mail/</a><br>
______________________________<u></u>_________________<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/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>