摘要: http://blog.csdn.net/haydenwang8287/article/details/2177309http://lc0451.iteye.com/blog/764683http://blogs.oracle.com/alanb/entry/heap_dumps_are_back_withhttp://www.blogjava.net/mlh123caoer/archive/2011/10/04/360020.html 为了分析java应用的内存泄漏,使用thread dump往往解决不了问题。使用jstat【eg:jstat-gcutil pid 1000 5】工具查看运行 阅读全文
posted @ 2011-11-14 23:53 规格严格-功夫到家 阅读(428) 评论(0) 推荐(0) 编辑
摘要: http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=33456http://yusuke.homeip.net/samurai/en/index.htmlhttp://stackoverflow.com/questions/1268336/how-can-i-take-a-heap-dump-on-java-5-without-garbage-collecting-firsthttp://stackoverflow.com/questions/6755894/understanding-java-heap-dumphttp://w 阅读全文
posted @ 2011-11-14 23:39 规格严格-功夫到家 阅读(245) 评论(0) 推荐(0) 编辑
摘要: http://www.startux.de/index.php/java/45-java-heap-dumpJava Heap Dump Written by Stefan Reimer Wednesday, 30 January 2008 14:32 In order to find memory leaks within a java application it is sometimes not enough looking at thread dumps. With tools like visualgc, a tool the see the different memory... 阅读全文
posted @ 2011-11-14 23:01 规格严格-功夫到家 阅读(561) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/sundararajan/?page=7In the troubleshooting BOF, we demonstrated how to use the jmap -dump option to dump heap dump of a running application and showed how to browse/analyze the resulting binary heap dump using the jhat tool. One of the questions was how to programmatically du 阅读全文
posted @ 2011-11-14 22:44 规格严格-功夫到家 阅读(327) 评论(0) 推荐(0) 编辑