method for diagnosing thread starvation
---------------------------------------

                 Key: KITTY-4
                 URL: https://issues.apache.org/jira/browse/KITTY-4
             Project: Kitty
          Issue Type: New Feature
            Reporter: Matthew Sacks


we need a method to quickly diagnose the cause of thread starvation

pidster September 08, 2010 | link | edit | delete
The RequestProcessor's from the Tomcat JMX API, in combination with the 
ThreadMXBean might work. The RPs are a pool, but if they're active, carry the 
Thread name - which ought to be linkable to the Threads in the JVM beans. So if 
the threads are locked up & working, we should be able to extract meaningful 
data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to