Federico Cozzi
2010-11-22 13:07:11 UTC
Hello,
I am running a J2EE app on Linux using Sun Java 1.5.x.
Is there a way to match Java thread-ID to native Linux PID?
According to top ("top -H") there are some Java threads running at
100% CPU and this is wrong.
I would like to debug this and the first step is understanding which
threads I should investigate.
(BTW, what is the second step? getting a stack-trace?)
This is a production environment, therefore my analysis should not
interfere with the running app
Thanks,
Federico
I am running a J2EE app on Linux using Sun Java 1.5.x.
Is there a way to match Java thread-ID to native Linux PID?
According to top ("top -H") there are some Java threads running at
100% CPU and this is wrong.
I would like to debug this and the first step is understanding which
threads I should investigate.
(BTW, what is the second step? getting a stack-trace?)
This is a production environment, therefore my analysis should not
interfere with the running app
Thanks,
Federico