
JVM
文章平均质量分 79
Edison徐
非专业不著名IT工匠
展开
-
一个GC频繁的Case
前两天碰到一个很诡异的GC频繁的现象,走了不少弯路,N种方法查找后才终于查明原因了,在这篇blog中记录下,以便以后碰到这类问题时能更快的解决。前两天一位同学找到我,说有个应用在启动后就一直Full GC,拿到GC log先看了下,确实是非常的诡异,截取的部分log如下:2011-07-16T14:55:57.733+0800: 174042.063: [Full GC [PSYoun转载 2013-09-23 11:50:03 · 8136 阅读 · 2 评论 -
Java7 HotSpot Verbose GC Tutorial
原文(需翻墙):http://javaeesupportpatterns.blogspot.com/2011/10/verbosegc-output-tutorial-java-7.htmlVerbose output for the Java VM and garbage collection process has been around for quite a long time but转载 2013-09-23 11:58:17 · 1320 阅读 · 0 评论 -
Parallel Processing and Multi-Core Utilization with Java
原文地址:http://embarcaderos.net/2011/01/23/parallel-processing-and-multi-core-utilization-with-java/In order to harvest the full power of a multi-core processor the software application must be abl转载 2013-09-24 14:19:00 · 1747 阅读 · 0 评论 -
HPROF: 一个Heap/CPU Profiling工具
无意中看到一篇,写的非常好。转载过来。原文地址:http://www.cnblogs.com/linhaohong/archive/2012/07/12/2588657.html2SE中提供了一个简单的命令行工具来对java程序的cpu和heap进行 profiling,叫做HPROF。HPROF实际上是JVM中的一个native的库,它会在JVM启动的时候通过命令行参数来转载 2014-03-31 15:52:31 · 1538 阅读 · 0 评论