<?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 do I predict the cpu load in Splunk? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447634#M5718</link>
    <description>&lt;P&gt;Hi, I need to predict the cpu % when the load is increased. So basically, suppose 10000 requests are hitting per day on a platform averaging a cpu utilization of 70%. Now, I want to predict when the number of requests get increased to double, say 20000 per day. Then, what will the cpu utilization look like? &lt;/P&gt;

&lt;P&gt;How should I approach this type of work?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 15:51:15 GMT</pubDate>
    <dc:creator>Shashank_87</dc:creator>
    <dc:date>2018-09-10T15:51:15Z</dc:date>
    <item>
      <title>How do I predict the cpu load in Splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447634#M5718</link>
      <description>&lt;P&gt;Hi, I need to predict the cpu % when the load is increased. So basically, suppose 10000 requests are hitting per day on a platform averaging a cpu utilization of 70%. Now, I want to predict when the number of requests get increased to double, say 20000 per day. Then, what will the cpu utilization look like? &lt;/P&gt;

&lt;P&gt;How should I approach this type of work?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447634#M5718</guid>
      <dc:creator>Shashank_87</dc:creator>
      <dc:date>2018-09-10T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I predict the cpu load in Splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447635#M5719</link>
      <description>&lt;P&gt;Hi @Shashank_87 ,&lt;/P&gt;

&lt;P&gt;Would you mind posting a search that you tried to get this information? The more information you provide our community, the better chance you have of getting your problem solved.&lt;/P&gt;

&lt;P&gt;Thanks for posting!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447635#M5719</guid>
      <dc:creator>mstjohn_splunk</dc:creator>
      <dc:date>2018-09-10T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I predict the cpu load in Splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447636#M5720</link>
      <description>&lt;P&gt;index=os sourcetype=cpu CPU=ALL host=host1 OR host=host2&lt;BR /&gt;
    | multikv fields pctIdle &lt;BR /&gt;
    | eval Percent_CPU_Load = 100 - pctIdle &lt;BR /&gt;
    | timechart span=2m list(Percent_CPU_Load) by host&lt;/P&gt;

&lt;P&gt;This is what I am trying. No suppose suddenly there is an increase in load on host1 and host2. I want to predict what would be the Percent_CPU_Load look like?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:10:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-do-I-predict-the-cpu-load-in-Splunk/m-p/447636#M5720</guid>
      <dc:creator>Shashank_87</dc:creator>
      <dc:date>2020-09-29T21:10:27Z</dc:date>
    </item>
  </channel>
</rss>

