本文介绍了如何分析堆转储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我成功生成了我的应用程序机器的堆转储,但是我不知道如何分析它.有人可以告诉我怎么做吗?
I am successful in generating Heap Dumps of my application machine but I do not know how to analyze it. Can someone tell me how to?
推荐答案
在Sun solaris上将jhat实用程序用于Java.
Use jhat utility for Java on Sun solaris.
一个很好的例子在这里 https://blogs.oracle.com/alanb/entry/heap_dumps_are_back_with
A good example is here https://blogs.oracle.com/alanb/entry/heap_dumps_are_back_with
这篇关于如何分析堆转储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!