6 ms·
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?
by dragonne 10y 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?
- partycoder 10y agoScala can be profiled with VisualVM. You can monitor Akka with kamon.io, or using the tool offered by the authors.