<?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 many Splunk processes are normal on a Linux indexer? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180630#M52012</link>
    <description>&lt;P&gt;Typically there's one monolithic splunkd process, then two for each running search (a helper and the actual searcher). These may show "rt" in the search name if they are real time searches. Additionally, as @jeremiahc4 points out, other maintenance processes may start up additional copies of splunkd.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2014 16:29:47 GMT</pubDate>
    <dc:creator>sowings</dc:creator>
    <dc:date>2014-10-22T16:29:47Z</dc:date>
    <item>
      <title>How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180628#M52010</link>
      <description>&lt;P&gt;Hi Splunk Community,&lt;/P&gt;

&lt;P&gt;how many splunk processes are normal on a Linux Indexer? I've observed sometimes there are up to 37 processes on one system (when using the command: &lt;STRONG&gt;# ps uax | grep splunk&lt;/STRONG&gt;).&lt;BR /&gt;
Can someone tell me a good threshold value we can configure in our system monitoring tool for alerting?&lt;/P&gt;

&lt;P&gt;Many thanks in advance.&lt;/P&gt;

&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180628#M52010</guid>
      <dc:creator>daniel_hanft</dc:creator>
      <dc:date>2014-10-22T12:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180629#M52011</link>
      <description>&lt;P&gt;That number depends on how many searches you may be running. I seem to only have 2 splunkd processes running which aren't specific searches. Occasionally I'll see another pop up when rolling buckets for instance. Try this command to narrow the field unless you are interested in how many searches are in process.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ps uax | grep splunkd | grep -v grep | grep -v search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Oct 2014 15:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180629#M52011</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2014-10-22T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180630#M52012</link>
      <description>&lt;P&gt;Typically there's one monolithic splunkd process, then two for each running search (a helper and the actual searcher). These may show "rt" in the search name if they are real time searches. Additionally, as @jeremiahc4 points out, other maintenance processes may start up additional copies of splunkd.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:29:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180630#M52012</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2014-10-22T16:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180631#M52013</link>
      <description>&lt;P&gt;Thank you jeremiahc4. When I type your command, I get a total number of 3 processes running.&lt;/P&gt;

&lt;P&gt;The output is this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk    9338 21.0  0.0 948748 79344 ?        Sl   Oct17 1845:41 splunkd -p 8089 restart

splunk    9339  0.0  0.0  49236  3428 ?        Ss   Oct17   5:50 [splunkd pid=9338] splunkd -p 8089 restart [process-runner]

splunk    9406  0.0  0.0  49192 11692 ?        Ss   Oct17   7:10 /opt/splunk/bin/splunkd instrument-resource-usage
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So can I assume a number of 3 processes is normal on an Splunk Indexer?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180631#M52013</guid>
      <dc:creator>daniel_hanft</dc:creator>
      <dc:date>2014-10-23T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180632#M52014</link>
      <description>&lt;P&gt;The first two are constant (splunkd -p 8089...). The third looks like a maintenance process and might not be there all the time. I'd go with 2 minimum for your process monitor (i.e. greater than 2 = good).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:07:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180632#M52014</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2014-10-23T18:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: How many Splunk processes are normal on a Linux indexer?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180633#M52015</link>
      <description>&lt;P&gt;Thank you @jeremiahc4 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 06:31:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-many-Splunk-processes-are-normal-on-a-Linux-indexer/m-p/180633#M52015</guid>
      <dc:creator>daniel_hanft</dc:creator>
      <dc:date>2014-10-24T06:31:57Z</dc:date>
    </item>
  </channel>
</rss>

