T
tkonrath
Hi.
On our production server (Suse Linux) we run a Tomcat server. From
time to time, our users tell us, that our web application is running
slow.
Starting the command "top" I see that one Tomcat-Process is running
consuming a lot of process time from the server. So I know the process
ID of the thread, but how can I match the PID to a Tomcat Thread?
I have also tried to do a Java dump but I was not able to find the
according Tomcat Thread.
Is there a way to get the right Tomcat Thread from the process ID?
Or is there a way from within a Tomcat Thread to get its process ID?
I have searched in Google but I didn't found any answer to this
problem ...
Please Help, Thanks.
Thomas Konrath
On our production server (Suse Linux) we run a Tomcat server. From
time to time, our users tell us, that our web application is running
slow.
Starting the command "top" I see that one Tomcat-Process is running
consuming a lot of process time from the server. So I know the process
ID of the thread, but how can I match the PID to a Tomcat Thread?
I have also tried to do a Java dump but I was not able to find the
according Tomcat Thread.
Is there a way to get the right Tomcat Thread from the process ID?
Or is there a way from within a Tomcat Thread to get its process ID?
I have searched in Google but I didn't found any answer to this
problem ...
Please Help, Thanks.
Thomas Konrath