boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JVM freeze
相关主题
[转载] 现在还有什么OS不是THREAD级调度的吗?
How to log some gc info?
java(1.4.2) threads: out of memory error
求教有没有好的查memory leak的工具?
tools similar to yourkit?
多少个thread 就算不正常?
ft, SGI Irix JVM problem
java的接口runnable
再问一个今天的面试题
线程hardy会一直等待下去么?
相关话题的讨论汇总
话题: gc话题: freeze话题: jvm话题: yourkit话题: xx
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
the first impression I got is GC, but after looking at the print out from
-XX:+PrintGCDetails -XX:+PrintGCTimeStamps
I don't see a GC happening around the time of freeze.
basically it freezes for about 20 seconds, around this time, yourkit does
not take any samples, so it's a straight empty period of 20 seconds for all
threads on the yourkit threads display.
in a few cases it's indeed due to GC. but most other cases not: because I
opened sar , iostat and recorded system cpu, during most of the freezes, CPU
was actually low.
I could do a loop and catch thread dump whenever I see the CPU utilization
drop again, but I'm afraid it's not going to help me much. ----- what is
more, I did tcpdump, and clearly during the freeze window, I can see packets
going into and out of the box, so it's not a jvm freeze as in the sense of
stop-the-world GC.
any ideas of what this could be? and how to debug it?
Thanks
1 (共1页)
进入Java版参与讨论
相关主题
线程hardy会一直等待下去么?
怎么可以练习多线程编程呢?
help for appletviewer!
请教高手:进入计算之前显示的东东不刷新?
what's wrong with this simple applet? (转载)
How is the Jboss AS performance?
I love yourkit!
help with yourkit?
anybody using yourkit?
yourkit license
相关话题的讨论汇总
话题: gc话题: freeze话题: jvm话题: yourkit话题: xx