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
|
|