I have a web application that developed using j2ee and Struts 2 MVC. Sometimes my application hit near 99% CPU usage. It's only accessed by 3 or 4 users. Anybody know why this is happening? How do I know which tasks take more CPU time in my application?
Help is highly appreciated.