Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragonne
3598 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
badminton1
3598 days ago
Scala can be profiled with VisualVM.
You can monitor Akka with kamon.io, or using the tool offered by the authors.
link
You can monitor Akka with kamon.io, or using the tool offered by the authors.