how to access thread/busy thread counts within a jee filter under tomcat

Posted by jeje on Stack Overflow See other posts from Stack Overflow or by jeje
Published on 2009-09-15T12:31:48Z Indexed on 2010/04/07 17:33 UTC
Read the original article Hit count: 323

Filed under:
|
|

Hi,

I'd like to access my servlet container's thread/busy thread counts within a filter under tomcat.

Is this a part of the jee standard? Or does it have to be tomcat specific? Is there a more general server load measurement?

© Stack Overflow or respective owner

Related posts about java-ee

Related posts about thread