Reputation: 21200
I would like to know tools to check thread/stack information in both windows platform, Linux platform and Mac platform which jvm is running.
Upvotes: 1
Views: 55
Reputation: 21409
JConsole might be what you are looking for. Combine it with TopThreads to get more features. Here is a small tutorial on how to use TopThreads with JConsole
Upvotes: 2