[jboss-user] [Management, JMX/JBoss] - Re: Number of DB Connections

PeterJ do-not-reply at jboss.com
Fri Feb 9 10:21:31 EST 2007


Each datasource maintains its own connection count. For a datasource named XXX, look at the mbean:

jboss.jca:service=ManagedConnectionPool,name=XXX

There is a worker thread pool, which can be monitored using this mbean:

jboss:service=invoker,type-pooled

Also, each connection has its own thread pool, which can be monitored using mbean (where XXX is the binding address and 9999 is the port number):

jboss.web"type=ThreadPool,name=http-XXX-9999

And there is also:

jboss.system:service=ThreadPool


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013677#4013677

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013677



More information about the jboss-user mailing list