<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JMX extension - JBoss Connection Pools in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/233001#M3869</link>
    <description>&lt;P&gt;I found some descriptions in a different RedHat doc page: &lt;A href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html-single/performance_tuning_guide/index" target="_blank" rel="noopener"&gt;https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html-single/performance_tuning_guide/index&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Total pool time: The total time spent by connections in the pool.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Total get time: The total time spent obtaining connections.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Total usage time: The total time spent using connections.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note that in Dynatrace these are being reported as 'counter' metrics so the number you'll see is the delta/change from the previous interval as opposed to the constantly growing value you'd see if you checked these values yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 16:26:53 GMT</pubDate>
    <dc:creator>JamesKitson</dc:creator>
    <dc:date>2023-12-28T16:26:53Z</dc:date>
    <item>
      <title>JMX extension - JBoss Connection Pools</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232962#M3866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have documentation about these JBoss Connection Pools metrics ?:&lt;/P&gt;
&lt;P&gt;- Total pool time&lt;/P&gt;
&lt;P&gt;- Total get time&lt;/P&gt;
&lt;P&gt;- Total usage time&lt;/P&gt;
&lt;P&gt;I searched in jboss documentation and I found the following, but nothing about the previous ones:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://access.redhat.com/documentation/it-it/jboss_enterprise_application_platform/6.3/html/administration_and_configuration_guide/datasource_statistics" target="_blank" rel="noopener"&gt;https://access.redhat.com/documentation/it-it/jboss_enterprise_application_platform/6.3/html/administration_and_configuration_guide/datasource_statistics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Antonello&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 08:23:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232962#M3866</guid>
      <dc:creator>a_chiaravalle</dc:creator>
      <dc:date>2025-04-01T08:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: JMX extension - JBoss Connection Pools</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232992#M3867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have &lt;A title="this extension" href="https://www.dynatrace.com/hub/detail/connection-pools/?query=jboss&amp;amp;filter=all" target="_blank" rel="noopener"&gt;this extension&lt;/A&gt; and you can see with metrics are involved in the bottom.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 13:11:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232992#M3867</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-28T13:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: JMX extension - JBoss Connection Pools</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232999#M3868</link>
      <description>&lt;P&gt;Hi Anton&lt;/P&gt;&lt;P&gt;In this document I found just the following, without any metric description:&lt;/P&gt;&lt;P&gt;Metric name Metric key Description Unit&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Total blocking time&lt;/TD&gt;&lt;TD&gt;jboss.connectionPool.TotalBlockingTime.count&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;MilliSecond&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total creation time&lt;/TD&gt;&lt;TD&gt;jboss.connectionPool.TotalCreationTime.count&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;MilliSecond&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total pool time&lt;/TD&gt;&lt;TD&gt;jboss.connectionPool.TotalPoolTime.count&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;MilliSecond&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total get time&lt;/TD&gt;&lt;TD&gt;jboss.connectionPool.TotalGetTime.count&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;MilliSecond&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total usage time&lt;/TD&gt;&lt;TD&gt;jboss.connectionPool.TotalUsageTime.count&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;MilliSecond&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 13:49:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/232999#M3868</guid>
      <dc:creator>a_chiaravalle</dc:creator>
      <dc:date>2023-12-28T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: JMX extension - JBoss Connection Pools</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/233001#M3869</link>
      <description>&lt;P&gt;I found some descriptions in a different RedHat doc page: &lt;A href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html-single/performance_tuning_guide/index" target="_blank" rel="noopener"&gt;https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html-single/performance_tuning_guide/index&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Total pool time: The total time spent by connections in the pool.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Total get time: The total time spent obtaining connections.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Total usage time: The total time spent using connections.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note that in Dynatrace these are being reported as 'counter' metrics so the number you'll see is the delta/change from the previous interval as opposed to the constantly growing value you'd see if you checked these values yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 16:26:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-extension-JBoss-Connection-Pools/m-p/233001#M3869</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2023-12-28T16:26:53Z</dc:date>
    </item>
  </channel>
</rss>

