3 Replies Latest reply on Apr 10, 2015 1:34 AM by nagarjuna.l Branched from an earlier discussion.

    JBoss AS 5.1 - How to get datasource connection pool statistics

    nagarjuna.l

      Hi,

       

      I am using JBoss AS5.1 and I need to get number of active connections, max size, min size....etc from the connection pool. I tried above url but it didn't work.

      http://localhost:9990/management/subsystem/datasources/data-source/ExampleDS/statistics/pool?include-runtime=true

      Could you please help me in this area.