摘要: This document provides information on typical command-line options and environment variables that can affect the performance characteristics of the Java HotSpot Virtual Machine. Unless otherwise noted, all information in this document pertains to both the Java HotSpot Client VM and the Java HotSpot 阅读全文
posted @ 2011-08-25 23:36 规格严格-功夫到家 阅读(624) 评论(1) 推荐(0) 编辑
摘要: http://www.ibm.com/developerworks/cn/java/j-lo-javacore/index.htmlhttp://www.slf4j.org/extensions.html#javaagenthttp://mchr3k.github.com/org.intrace/http://kenai.com/projects/btracehttp://q-redux.blogspot.com/2011/01/inspecting-hotspot-jvm-options.htmlhttp://jensor.sourceforge.net/http://www.anyang- 阅读全文
posted @ 2011-08-25 23:30 规格严格-功夫到家 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 引言http://www.oschina.net/p/becl/similar_projects?lang=19&sort=view&p=13对于大型 java 应用程序来说,再精细的测试都难以堵住所有的漏洞,即便我们在测试阶段进行了大量卓有成效的工作,很多问题还是会在生产环境下暴露出来,并且很难在测试环境中进行重现。JVM 能够记录下问题发生时系统的运行状态并将其存储在转储(dump)文件中,从而为我们分析和诊断问题提供了重要的依据。常见的转储文件包括 Java Dump, Heap dump 和 System dump。这里我们主要介绍 Java dump 在 JVM 故障 阅读全文
posted @ 2011-08-25 22:43 规格严格-功夫到家 阅读(4764) 评论(0) 推荐(1) 编辑
摘要: 转载请注明出处 http://jjs-love.iteye.com IBM Pattern Modeling and Analysis Tool for Java Garbage Collector ga25.zip javadump IBM Thread and Monitor Dump Analyzer for Java jca28.zip HeapAnalyzer ha26 一种图形工具,用于发现可能的 Java 堆泄漏 javacore() 要用ThreadAnalyzer (suppport assinstant)查看 ga(IBM Pattern Modeling and Anal 阅读全文
posted @ 2011-08-25 22:41 规格严格-功夫到家 阅读(1294) 评论(0) 推荐(0) 编辑