[akka-user] How to implement etop for Akka?

2015-08-20 Thread Eax Melanhovich
Hello. There is a great tool in Erlang world called etop. It shows top N actors and corresponding message queue length. Looks like this: http://eax.me/files/2013/07/etop.png I wonder does anyone know a good way to implement an HTTP endpoint which shows some things similar? Current stack traces

Re: [akka-user] How to implement etop for Akka?

2015-08-20 Thread Konrad Malawski
Hi Eax, I think that re-using an implementation (Kamon for example) for the collection of data is a good first step, you'll want to avoid re-inventing the wheel there (and the horrible pains of weaving instrumentation into the codebase manually ;-)). Perhaps it's possible to re-use Kamon's