Re: How do you determine the amount of Tomcat threads in use?

2008-12-18 Thread Mark Stevens
Thanks for the replies all, I will post back also if I come across any other methods, I'm still pretty sure prstat is not showing the threads correctly. Thanks, Mark. 2008/12/17 Kees Jan Koster > Dear Mark, > > Just a quick question on how to see threads in use, I have been using >> prstat >>

Re: How do you determine the amount of Tomcat threads in use?

2008-12-17 Thread Kees Jan Koster
Dear Mark, Just a quick question on how to see threads in use, I have been using prstat -L -p , however I suspect this is not the correct way to do it. You can also attach jconsole of vsiualvm to check. That has the added benefit of being able to see not only the actual number of threads

Re: How do you determine the amount of Tomcat threads in use?

2008-12-16 Thread Filip Hanik - Dev Lists
I'd say this is the best way to do it, since it gives you an accurate count. Filip Mark Stevens wrote: Hi all, Just a quick question on how to see threads in use, I have been using prstat -L -p , however I suspect this is not the correct way to do it. Thanks, Mark. ---

How do you determine the amount of Tomcat threads in use?

2008-12-16 Thread Mark Stevens
Hi all, Just a quick question on how to see threads in use, I have been using prstat -L -p , however I suspect this is not the correct way to do it. Thanks, Mark.