我可以将 hprof/jmap 转储与 VisualVM 进行比较吗?
当我尝试用它来分析我们的应用程序时,VisualVM 崩溃了,但是如果我可以将我从应用程序中完成的 jmap 内存转储加载到 VisualVM 中,我可能可以获得我需要的答案,而无需将 VisualVM 连接到我们的应用程序跑步。
那么,有办法做到这一点吗?
VisualVM crashes when I try to profile our application with it, but if I could load the jmap memory dumps I've done from our application into VisualVM, I could probably get the answers I need without having to attach VisualVM to our app while it is running.
So, is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开VisualVM,点击
File -> 加载..
并选择您的 jmap 文件。如果没有加载,我猜你的文件有问题。
Open VisualVM, click
File -> Load..
and pick your jmap file.If it is not loaded, I guess there is a problem with your file.
MAT ( http://www.eclipse.org/mat/ ) 对于比较 jmap/hprof 文件很有用。 如果有内存泄漏,请尝试支配树。
MAT ( http://www.eclipse.org/mat/ ) is useful for comparing jmap/hprof files. Try the dominator tree if you have a memory leak.