<?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: Is there an easy way to get resource usage per Splunk process for a universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234213#M45632</link>
    <description>&lt;P&gt;cpu and memory, mainly, per splunk process, if possible. &lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 13:50:13 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2016-06-29T13:50:13Z</dc:date>
    <item>
      <title>Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234211#M45630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there an easy way to get resource usage for a universal forwarder?  I don't see anything in the distributed management console.  &lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 12:21:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234211#M45630</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-06-29T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234212#M45631</link>
      <description>&lt;P&gt;What do you mean?  What would you like to see?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234212#M45631</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-29T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234213#M45632</link>
      <description>&lt;P&gt;cpu and memory, mainly, per splunk process, if possible. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234213#M45632</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-06-29T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234214#M45633</link>
      <description>&lt;P&gt;You need to deploy &lt;CODE&gt;perfmon&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2013/10/28/new-features-for-perfmon-in-splunk-6/"&gt;http://blogs.splunk.com/2013/10/28/new-features-for-perfmon-in-splunk-6/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234214#M45633</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-29T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234215#M45634</link>
      <description>&lt;P&gt;Another approach (there might be more I'm sure).&lt;/P&gt;

&lt;P&gt;If UNIX:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Deploy app that runs top or similar command every X seconds =&amp;gt; index =&amp;gt; search and use &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/SearchReference/Multikv"&gt;multikv&lt;/A&gt; to parse&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If Windows:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Deploy app that runs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Data/MonitorWindowsdatawithPowerShellscripts"&gt;powershell&lt;/A&gt; code (Get-Process, Get-Service, etc) every X seconds =&amp;gt; index =&amp;gt; search&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234215#M45634</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-06-29T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234216#M45635</link>
      <description>&lt;P&gt;Thanks.  I take it that means it's not built into introspection?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234216#M45635</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-06-29T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234217#M45636</link>
      <description>&lt;P&gt;I thought most folks do this by using things like the Nix and Win TAs to get process resource consumption in the same way they would for any process running on the host. (A la ps.sh and its Windows equivalent)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234217#M45636</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-06-29T15:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234218#M45637</link>
      <description>&lt;P&gt;You can enable platform instrumentation which will start populating the _introspection index (disabled by default on UF) by following these steps:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/Troubleshooting/ConfigurePIF" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/Troubleshooting/ConfigurePIF&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;sourcetype=splunk_resource_usage should give you some insights into what you're looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:04:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234218#M45637</guid>
      <dc:creator>mwalker_splunk</dc:creator>
      <dc:date>2020-09-29T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234219#M45638</link>
      <description>&lt;P&gt;Most cheerful!&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/1520i757E5DD984514E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234219#M45638</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-06-29T19:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to get resource usage per Splunk process for a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234220#M45639</link>
      <description>&lt;P&gt;I would recommend using the "Splunk Add-on for Unix" app. It has many scripted inputs that can be turned on via the inputs.conf  to collect such performance and usage data. (&lt;A href="https://splunkbase.splunk.com/app/833/#/overview"&gt;https://splunkbase.splunk.com/app/833/#/overview&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;I would also like to note if you are going to use this on many UFs it is recommended that you use a deployment server to mange the app.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 20:06:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-an-easy-way-to-get-resource-usage-per-Splunk-process/m-p/234220#M45639</guid>
      <dc:creator>ecaepp</dc:creator>
      <dc:date>2016-06-29T20:06:36Z</dc:date>
    </item>
  </channel>
</rss>

