<?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 How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268710#M51563</link>
    <description>&lt;P&gt;Fellow Splunkers!&lt;BR /&gt;
I've spent a lot of time on both the answers and splunkbase sites but can't seem to find a simple &lt;STRONG&gt;formula&lt;/STRONG&gt; for this.&lt;/P&gt;

&lt;P&gt;I am trying to determine the maximum *nix heavy forwarder capacity with 2 cores and 4GB physical memory.  I know this is not up to standard but I am guessing there must be a simple formula we can apply to determine &lt;STRONG&gt;thruput&lt;/STRONG&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 20:40:50 GMT</pubDate>
    <dc:creator>abrarfakhri</dc:creator>
    <dc:date>2016-02-03T20:40:50Z</dc:date>
    <item>
      <title>How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268710#M51563</link>
      <description>&lt;P&gt;Fellow Splunkers!&lt;BR /&gt;
I've spent a lot of time on both the answers and splunkbase sites but can't seem to find a simple &lt;STRONG&gt;formula&lt;/STRONG&gt; for this.&lt;/P&gt;

&lt;P&gt;I am trying to determine the maximum *nix heavy forwarder capacity with 2 cores and 4GB physical memory.  I know this is not up to standard but I am guessing there must be a simple formula we can apply to determine &lt;STRONG&gt;thruput&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 20:40:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268710#M51563</guid>
      <dc:creator>abrarfakhri</dc:creator>
      <dc:date>2016-02-03T20:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268711#M51564</link>
      <description>&lt;P&gt;To be more specific, the maximum thruput should be measured in max events per sec, max kbps, max load etc.&lt;/P&gt;

&lt;P&gt;Here is the current readout from metrics.log:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-03-2016 15:11:51.891 -0500 INFO  Metrics - group=thruput, name=index_thruput, instantaneous_kbps=762.769461, instantaneous_eps=1963.774257, average_kbps=862.     173209, total_k_processed=4834560107.000000, kb=23645.852539, ev=60877.000000, load_average=2.830000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Feb 2016 20:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268711#M51564</guid>
      <dc:creator>abrarfakhri</dc:creator>
      <dc:date>2016-02-03T20:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268712#M51565</link>
      <description>&lt;P&gt;This should give you helpful stats&lt;/P&gt;

&lt;P&gt;Query1 - overall stats per host&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source=*metrics.log group=per_host_thruput | stats max(kbps) as max_kbps max(eps) as max_eps max(kb) as max_kb max(ev) as max_events by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Query2 - for different granularity&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source=*metrics.log group=per_host_thruput | bucket span=1m _time | stats max(kbps) as max_kbps max(eps) as max_eps sum(kb) as kb sum(ev) as ev by _time,host | bucket span=1h _time | stats max(max_kbps) as max_kbps max(max_eps) as max_eps max(kb) as max_kbpm max(ev) as max_epm sum(kb) as kb sum(ev) as ev by _time, host | bucket span=1d _time | stats max(max_kbps) as max_kbps max(max_eps) as max_eps  max(max_kbpm) as max_kbpm max(max_epm) as max_epm max(kb) as max_kbph max(ev) as max_eph sum(kb) as kb sum(ev) as ev by _time, host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268712#M51565</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-03T22:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268713#M51566</link>
      <description>&lt;P&gt;somesoni2, I appreciate your response.  But, this is not what I was looking for.  If I am reading this right, I think what the above queries provide is the maximum thruput that the HF is achieving &lt;STRONG&gt;today&lt;/STRONG&gt;.  What I am looking for is the maxmimum thruput the HF can &lt;STRONG&gt;achieve&lt;/STRONG&gt; given the limitation of 2 cores and 4GB memory.&lt;/P&gt;

&lt;P&gt;This would be similar to asking "How many concurrent searches can a SH achieve?"  Well, the answer is dependent on the # of cores.&lt;/P&gt;

&lt;P&gt;Hope that clarifies the question a bit more.&lt;BR /&gt;
Looking forward to your response! &lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:30:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268713#M51566</guid>
      <dc:creator>abrarfakhri</dc:creator>
      <dc:date>2016-02-03T23:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268714#M51567</link>
      <description>&lt;P&gt;I still hope someone would be able to answer this question...&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 22:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268714#M51567</guid>
      <dc:creator>abrarfakhri</dc:creator>
      <dc:date>2016-02-08T22:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate maximum *nix heavy forwarder capacity/thruput based on memory &amp; cores</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268715#M51568</link>
      <description>&lt;P&gt;There isn't a formula for what you are asking. Just like there isn't a formula for determining how many search heads you should have. There are simply too many variables at play. &lt;/P&gt;

&lt;P&gt;Your best bet would be to setup a test instance with your given specs, load the apps you plan on running, and then send a bunch of test data at it until you see either full queues in splunkd.log or you've exhausted CPU and/or memory resources.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 00:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-maximum-nix-heavy-forwarder-capacity-thruput/m-p/268715#M51568</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-02-09T00:31:58Z</dc:date>
    </item>
  </channel>
</rss>

