[jboss-jira] [JBoss JIRA] (AS7-5448) expose thread pool queue size through jmx
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Aug 29 14:30:33 EDT 2012
[ https://issues.jboss.org/browse/AS7-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5448:
----------------------------------
Component/s: Domain Management
(was: JMX)
This isn't really a JMX issue; the requested data isn't available through the core management API. Exposing it there will also make it available through JMX.
Resolving this will require a change in the jboss-threads project, as the underlying ExecutorService implementations are coming from there, and they don't expose the queue size. The implementation isn't java.util.concurrent.ThreadPoolExecutor.)
> expose thread pool queue size through jmx
> -----------------------------------------
>
> Key: AS7-5448
> URL: https://issues.jboss.org/browse/AS7-5448
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Mathieu Lachance
> Assignee: Stuart Douglas
>
> issue https://issues.jboss.org/browse/AS7-793 is not completed.
> thread pool exposed in jmx is still missing the queue size which is an essential metric to evaluate the system load.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list