Hacker News new | ask | show | jobs
by dragonne 3551 days ago
What tools do you use to profile a Scala + Akka service? IME they are quite opaque to traditional Java tools like VisualVM. What am I missing?
1 comments

Scala can be profiled with VisualVM.

You can monitor Akka with kamon.io, or using the tool offered by the authors.