What is the method generally used for doing the performance analysis of a multi-threaded Java application. I need to monitor the utilization of the processor cores.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use visual vm (already included with JDK6). It let's you know which threads are running, sleeping, etc. |
|||
|
|