由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - tools similar to yourkit?
相关主题
求教有没有好的查memory leak的工具?Where I can find comparison of JVMs
JVM freezeStress test tools.
多少个thread 就算不正常?An experiment with JVM Garbage Collection Schemes
菜鸟问题一问Stack Frame of your JVM implementation
I love yourkit!The shape of JVM stack frame
help with yourkit?Top Ten Errors Java Programmers Make(10)
anybody using yourkit?Is this a Bug or not?
yourkit licenseAnswer to "Is this a Bug or not? "
相关话题的讨论汇总
话题: yourkit话题: tools话题: similar话题: jvm话题: suspecting
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
I'm suspecting my JVM freeze is caused by yourkit,
any tools similar so I can try them instead?
thanks
e*****t
发帖数: 1005
2
for simply usage, just use jconsole.

【在 c******n 的大作中提到】
: I'm suspecting my JVM freeze is caused by yourkit,
: any tools similar so I can try them instead?
: thanks

r*****l
发帖数: 2859
3
jprofile.
It's not recommended to connect those tools to your prod system since they
will severely impacts the performance or makes it freezing.
I always like to:
1, Build in my own profiling. With aspect, it's not very hard.
2, Use jmap and memory analyzer to analyze memory issue.
3, Generate and analyze thread lock with thread dump. If I remember
correctly, jstat and TDA are the tools to go.

【在 c******n 的大作中提到】
: I'm suspecting my JVM freeze is caused by yourkit,
: any tools similar so I can try them instead?
: thanks

1 (共1页)
进入Java版参与讨论
相关主题
Answer to "Is this a Bug or not? "I love yourkit!
Answer 2 to "Is this a Bug or not? "help with yourkit?
Java's performance mythanybody using yourkit?
JVMyourkit license
求教有没有好的查memory leak的工具?Where I can find comparison of JVMs
JVM freezeStress test tools.
多少个thread 就算不正常?An experiment with JVM Garbage Collection Schemes
菜鸟问题一问Stack Frame of your JVM implementation
相关话题的讨论汇总
话题: yourkit话题: tools话题: similar话题: jvm话题: suspecting