<?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: CPU Utilization of Splunk Forwarder running on Linux machine showing wrong values in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545917#M90964</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hishamjan_0-1617043739633.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13532i3CD63875C051A330/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hishamjan_0-1617043739633.png" alt="hishamjan_0-1617043739633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the visualization of different hosts using the above query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this also gives you a better idea of what I'm achieving vs what I really wanna achieve.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 18:49:51 GMT</pubDate>
    <dc:creator>hishamjan</dc:creator>
    <dc:date>2021-03-29T18:49:51Z</dc:date>
    <item>
      <title>CPU Utilization of Splunk Forwarder running on Linux machine showing wrong values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545893#M90961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two servers running on Centos that have Universal Forwarder installed and I've enabled the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hishamjan_0-1617036544932.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13530i3B72E7EC58DFCFE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hishamjan_0-1617036544932.png" alt="hishamjan_0-1617036544932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But using&amp;nbsp;&lt;STRONG&gt;htop&amp;nbsp;&lt;/STRONG&gt;command on the servers, the CPU utilization is almost 100% but on splunk, it shows 20-30% at most.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the query I used to find the CPU utilization for each available host:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;host=* source="vmstat" | bucket span=300s _time | stats max(memUsedPct) as memUsedPct by _time host |  timechart span=300s max(memUsedPct) as "Used Memory Percentage" by host limit=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, is there a way to resonate with the htop results?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 17:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545893#M90961</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-03-29T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Utilization of Splunk Forwarder running on Linux machine showing wrong values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545894#M90962</link>
      <description>&lt;P&gt;You are asking about CPU utilization, but your search query is using memUsedPct (memory)....?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 17:06:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545894#M90962</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2021-03-29T17:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Utilization of Splunk Forwarder running on Linux machine showing wrong values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545914#M90963</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is what I was getting in my search results.&lt;/P&gt;&lt;P&gt;please refer to the picture below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hishamjan_0-1617043311559.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13531i1C9D622E0652D54C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hishamjan_0-1617043311559.png" alt="hishamjan_0-1617043311559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this gives you an idea about the memUsedPct (memory) I've indexed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 18:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545914#M90963</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-03-29T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Utilization of Splunk Forwarder running on Linux machine showing wrong values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545917#M90964</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hishamjan_0-1617043739633.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13532i3CD63875C051A330/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hishamjan_0-1617043739633.png" alt="hishamjan_0-1617043739633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the visualization of different hosts using the above query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this also gives you a better idea of what I'm achieving vs what I really wanna achieve.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 18:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CPU-Utilization-of-Splunk-Forwarder-running-on-Linux-machine/m-p/545917#M90964</guid>
      <dc:creator>hishamjan</dc:creator>
      <dc:date>2021-03-29T18:49:51Z</dc:date>
    </item>
  </channel>
</rss>

