How to monitor thread-pool statistics using the CLI in EAP 6
Issue
- How to monitor the usage of the bounded-queue-thread-pool resource?
- How to monitor the statistics of thread-pool in EAP 6, similar to the Tomcat status page in EAP 5?
- Would like to know the number of threads currently in use in a pool.
<bounded-queue-thread-pool name="http-executor">
<core-threads count="128"/>
<queue-length count="8192"/>
<max-threads count="128"/>
<keepalive-time time="30" unit="seconds"/>
</bounded-queue-thread-pool>
- Where in JMX can I monitor the length of the wait queue for e.g. http executor threads
- There is no feedback from jconsole on how many requests are queued. Queue-length is always maxed even with no load at all. Is that the configured max queue length or is that supposed to be the current number of queued items?
- How to view the details of the threads running in the JBoss EAP 6 server?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
