<?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: How to chart number of IIS concurrent connections in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/190056#M21671</link>
    <description>&lt;P&gt;I am looking for the same thing.&amp;nbsp;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;,&amp;nbsp;were you able to figure it out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 20:41:01 GMT</pubDate>
    <dc:creator>jetnyyanks</dc:creator>
    <dc:date>2022-07-06T20:41:01Z</dc:date>
    <item>
      <title>How to chart number of IIS concurrent connections</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/184781#M20591</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;Customer monitoring their IIS with OA and request to chart the &lt;STRONG&gt;concurrent connections&lt;/STRONG&gt; as shown in Performance Monitor but did not found any metric that hold this information.&lt;/P&gt;
&lt;P&gt;Did we missed the right metric or we need to pull it with OA extension or any other way?&lt;/P&gt;
&lt;P&gt;Here is a screen shot of the desired metric from PerfMon&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_0-1649924568561.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5342i6158D6E37DA7E329/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_0-1649924568561.png" alt="Yosi_Neuman_0-1649924568561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your inputs&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best and stay safe&lt;/P&gt;
&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 07:37:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/184781#M20591</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-07-07T07:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart number of IIS concurrent connections</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/190056#M21671</link>
      <description>&lt;P&gt;I am looking for the same thing.&amp;nbsp;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;,&amp;nbsp;were you able to figure it out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 20:41:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/190056#M21671</guid>
      <dc:creator>jetnyyanks</dc:creator>
      <dc:date>2022-07-06T20:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart number of IIS concurrent connections</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/190067#M21673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44332"&gt;@jetnyyanks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yep, we created WMI extension that pulls this information from PerfMon.&lt;/P&gt;&lt;P&gt;Here is the WMI extension yaml we used:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  - group: PerfMon
    interval:
      minutes: 1
    dimensions:
      - key: host
        value: this:device.host
    subgroups:
      - subgroup: Connections
        query: SELECT Name, CurrentConnections FROM Win32_PerfFormattedData_W3SVC_WebService WHERE Name LIKE '_Total'
        metrics:
          - key: custom.demo.host-observability.host.connections.current
            value: column:CurrentConnections&lt;/LI-CODE&gt;&lt;P&gt;And this is the metric we see in dynatrace&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_0-1657171642283.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6462i6CCBEEC6CA23C0DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_0-1657171642283.png" alt="Yosi_Neuman_0-1657171642283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 05:28:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-chart-number-of-IIS-concurrent-connections/m-p/190067#M21673</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-07-07T05:28:06Z</dc:date>
    </item>
  </channel>
</rss>

