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 are not required, only actor name and queue length will suffice. As I understand this is not as simple as it may look, because there are stash(), become() and other things that should be considered. Best idea a have so far is to use Kamon and implement my own StatsD server which would aggregate top N actors. BTW I'm not sure if Kamon handles stash() properly. Are there any better ideas? -- Best regards, Eax Melanhovich http://eax.me/ -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
