
This article will provide you with a tutorial on how you can quickly pinpoint the Java thread contributors to a high CPU problem on the Windows OS. Windows, like other OS such as Linux, Solaris & AIX allow you to monitor the CPU utilization at the process level but also for individual Thread executing a task within a process.
Tutorials are also available from some other OS as per below:
CPU per Thread analysis on Solaris
CPU per Thread analysis...