Netflix / servo

Netflix Application Monitoring Library
Apache License 2.0
1.42k stars 297 forks source link

Heapdump support? #434

Closed imcdonagh closed 6 years ago

imcdonagh commented 6 years ago

Does Servo provide support for heapdumps as well?

Or is there another project that does?

dmuino commented 6 years ago

There isn't anything in Servo that will help you analyze heap dumps. For memory tracking and garbage collection debugging Spectator is much better. See the spectator-ext-gc and spectator-ext-jvm sub-projects.