Our java application(ear) was deployed in J Boss+Linux and We are using mod clusters and have total 8 JV M's or j Boss instances.
We could see that daily one or two of JV M's CPU utilization is reaching to 100% and making application is very slow.
I have tried to get the thread dump by using the j stack and kill Linux commands to identify the causing thread.But unfortunately JV M is not responding if CPU utilization is reaches more than 60% for these commands.
is there any easiest way to identify the thread/method/class name which is causing the issues to increase the CPU utilization?
Could anyone provide the solution asap please?