<?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: Perfmon stanza in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435324#M6162</link>
    <description>&lt;P&gt;You can find all of them if you have a full Splunk instance installed on a windows server&lt;BR /&gt;
navigate to "Settings" (top right) -&amp;gt; click: "Data Inputs" -&amp;gt; click "Local Performance Monitoring" -&amp;gt; click: "New Local Performance -Monitoring" -&amp;gt; use the drop down to pick up the relevant object -&amp;gt; add counters -&amp;gt; add instances -&amp;gt;  select and continue with the wizard.&lt;BR /&gt;
see attached screen shot:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6965i2D548F04D778CA73/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;here is teh stanza for the WEB perfmon data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [perfmon://WEB]
    counters = xxxxxx
    index = perfmon
    instances = Default Web Site;_Total
    interval = 30
    object = Web Service
    disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;note, there were too many counters that i enabled to put in this box&lt;BR /&gt;
here is a screen shot of the web perfmon data:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6966iB8D91B1144F0B4BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 02:03:10 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-05-14T02:03:10Z</dc:date>
    <item>
      <title>Perfmon stanza</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435322#M6160</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;we are trying to on board some windows perfmon counters. We can do LogicalDisk, Memory, Network Interface, PhysicalDisk, Process, Processor information, Processor, server.&lt;/P&gt;

&lt;P&gt;However we cannot pick up the following. I asked our windows admin to confirm they exist on the servers. I can't find any correct stanza definitions for each type, but below is what we are currently using (for the ones not working)&lt;/P&gt;

&lt;H2&gt;APP_POOL_WAS&lt;/H2&gt;

&lt;P&gt;[perfmon://APP_POOL_WAS]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;ASP.NET Applications&lt;/H2&gt;

&lt;P&gt;[perfmon://ASP.NET_Applications]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;ASP.NET&lt;/H2&gt;

&lt;P&gt;[perfmon://ASP.NET]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;Cache&lt;/H2&gt;

&lt;P&gt;[perfmon://Cache]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;HTTP Service Request Queues&lt;/H2&gt;

&lt;P&gt;[perfmon://HTTP_Service_Request_Queues]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;Paging File&lt;/H2&gt;

&lt;P&gt;[perfmon://Paging_File]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;W3SVC_W3WP&lt;/H2&gt;

&lt;P&gt;[perfmon://W3SVC_W3WP]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;WAS_W3WP&lt;/H2&gt;

&lt;P&gt;[perfmon://WAS_W3WP]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;

&lt;H2&gt;Web Service&lt;/H2&gt;

&lt;P&gt;[perfmon://Web_Service]&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = _Total&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = multikv&lt;BR /&gt;
object = *&lt;BR /&gt;
useEnglishOnly=true&lt;BR /&gt;
index = windows_perfmon&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:18:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435322#M6160</guid>
      <dc:creator>becksyboy</dc:creator>
      <dc:date>2020-09-30T00:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Perfmon stanza</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435323#M6161</link>
      <description>&lt;P&gt;copy/paste missed off the wild cards after =&lt;/P&gt;

&lt;P&gt;counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
object = *&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 14:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435323#M6161</guid>
      <dc:creator>becksyboy</dc:creator>
      <dc:date>2019-04-30T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Perfmon stanza</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435324#M6162</link>
      <description>&lt;P&gt;You can find all of them if you have a full Splunk instance installed on a windows server&lt;BR /&gt;
navigate to "Settings" (top right) -&amp;gt; click: "Data Inputs" -&amp;gt; click "Local Performance Monitoring" -&amp;gt; click: "New Local Performance -Monitoring" -&amp;gt; use the drop down to pick up the relevant object -&amp;gt; add counters -&amp;gt; add instances -&amp;gt;  select and continue with the wizard.&lt;BR /&gt;
see attached screen shot:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6965i2D548F04D778CA73/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;here is teh stanza for the WEB perfmon data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [perfmon://WEB]
    counters = xxxxxx
    index = perfmon
    instances = Default Web Site;_Total
    interval = 30
    object = Web Service
    disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;note, there were too many counters that i enabled to put in this box&lt;BR /&gt;
here is a screen shot of the web perfmon data:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6966iB8D91B1144F0B4BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 02:03:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Perfmon-stanza/m-p/435324#M6162</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-14T02:03:10Z</dc:date>
    </item>
  </channel>
</rss>

