Dear devs,<br>I&#39;m wondering how runtime attributes (such as <strong></strong>ConnectionCount for a ManagedConnection Pool, or Thread&#39;s QueueSize) could be gathered on AS 7.<br>By using CLI ? Using a recursive read-resource, just dumps the resource startup properties.....<br>
<br>[localhost:9999 /] /subsystem=datasources/data-source=&quot;java:/H2DS&quot;:read-resource<br>(recursive=&quot;true&quot;)<br>{<br>    &quot;outcome&quot; =&gt; &quot;success&quot;,<br>    &quot;result&quot; =&gt; {<br>
        &quot;connection-url&quot; =&gt; &quot;jdbc:h2:mem:test;DB_CLOSE_DELAY=-1&quot;,<br>        &quot;driver-class&quot; =&gt; &quot;org.h2.Driver&quot;,<br>        &quot;jndi-name&quot; =&gt; &quot;java:/H2DS&quot;,<br>
        &quot;driver&quot; =&gt; &quot;org.h2.Driver#1.2&quot;,<br>        &quot;pool-name&quot; =&gt; &quot;H2DS&quot;,<br>        &quot;use-java-context&quot; =&gt; true,<br>        &quot;enabled&quot; =&gt; true,<br>        &quot;pool-prefill&quot; =&gt; true,<br>
        &quot;pool-use-strict-min&quot; =&gt; false,<br>        &quot;user-name&quot; =&gt; &quot;sa&quot;,<br>        &quot;password&quot; =&gt; &quot;sa&quot;,<br>        &quot;share-prepared-statements&quot; =&gt; false,<br>
        &quot;set-tx-query-timeout&quot; =&gt; false,<br>        &quot;background-validation&quot; =&gt; false,<br>        &quot;use-fast-fail&quot; =&gt; false,<br>        &quot;validate-on-match&quot; =&gt; false<br>    },<br>
    &quot;compensating-operation&quot; =&gt; undefined<br>}<br><br>Thanks a lot<br>Francesco Marchioni<br>