<?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 to generate a search to find the average Splunk CPU and Memory usage for 24 hours? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367308#M108346</link>
    <description>&lt;P&gt;@niketnilay, yes, but in that it is showing showing CPU and Memory usage with various components and with various services and as per my requirement i want single value(avg) in percentage for CPU and Memory usage for 24 hours , which covers all other sub processes and components&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 11:14:15 GMT</pubDate>
    <dc:creator>nnimbe</dc:creator>
    <dc:date>2017-03-20T11:14:15Z</dc:date>
    <item>
      <title>How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367306#M108344</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I want to get the Splunk average CPU and memory usage for 24 hours using a search. Can you please help in building the search?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 06:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367306#M108344</guid>
      <dc:creator>nnimbe</dc:creator>
      <dc:date>2017-03-20T06:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367307#M108345</link>
      <description>&lt;P&gt;Have you looked at Monitoring Console or Distributed Management Console (&lt;STRONG&gt;Settings &amp;gt; Monitoring Console&lt;/STRONG&gt;) in Splunk? It should give you access to CPU Memory and Disk usage stats with various aggregates.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 09:38:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367307#M108345</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-20T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367308#M108346</link>
      <description>&lt;P&gt;@niketnilay, yes, but in that it is showing showing CPU and Memory usage with various components and with various services and as per my requirement i want single value(avg) in percentage for CPU and Memory usage for 24 hours , which covers all other sub processes and components&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 11:14:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367308#M108346</guid>
      <dc:creator>nnimbe</dc:creator>
      <dc:date>2017-03-20T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367309#M108347</link>
      <description>&lt;P&gt;@nnimbe... Are you looking at &lt;STRONG&gt;Resource Usage : Machine&lt;/STRONG&gt;?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`dmc_set_index_introspection` host=&amp;lt;YourSplunkServerName&amp;gt; sourcetype=splunk_resource_usage component=Hostwide
| `dmc_timechart` Avg(data.cpu_system_pct) AS "system" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Mar 2017 11:46:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367309#M108347</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-20T11:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367310#M108348</link>
      <description>&lt;P&gt;@niketnilay , thanks but this query is not working in normal search and reporting app&lt;/P&gt;

&lt;P&gt;and in distributed management console it is providing the output but the results are of for every 5 minute one value is coming&lt;/P&gt;

&lt;P&gt;in our environment we have installed splunk on one server, my requirement is , i want average value of  the CPU and Memory usage(single value) of that server in which splunk is installed for 24 hours,&lt;/P&gt;

&lt;P&gt;for Example: if the total is 100%(CPU or Memory) how much utilization is happened on last 24 hours(avg), like 80% or&lt;BR /&gt;
if physical memory is 30GB how  much utilization is happened on last 24 hours(avg) , like 25 GB&lt;/P&gt;

&lt;P&gt;like this the output is expected since we want single avg value because we want to include it in health check report&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367310#M108348</guid>
      <dc:creator>nnimbe</dc:creator>
      <dc:date>2017-03-22T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367311#M108349</link>
      <description>&lt;P&gt;is it windows or linux?&lt;BR /&gt;
you can just monitor the OS for cpu and mem performance. here is an example for windows checking memory &lt;CODE&gt;index = perfmon source="Perfmon:Process"  process_name=splunkd | timechart span=5m max(process_mem_used)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 16:31:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367311#M108349</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-22T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367312#M108350</link>
      <description>&lt;P&gt;Go under index=_introspection and sourcetype=splunk_resource_usage, you will find all necessary fields required to calculate CPU and memory (data.mem_used) and (data.pct_cpu) and then you can just plot chart command with an average value of those 2 fields for CPU and memory over last 24 hours&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:21:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/367312#M108350</guid>
      <dc:creator>swapsplunk</dc:creator>
      <dc:date>2020-09-29T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a search to find the average Splunk CPU and Memory usage for 24 hours?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/538316#M152155</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/190478"&gt;@adonio&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you provide a stanza for [perfmon://Process]&amp;nbsp;to receive process_mem_used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-search-to-find-the-average-Splunk-CPU-and/m-p/538316#M152155</guid>
      <dc:creator>Supriya</dc:creator>
      <dc:date>2021-02-02T17:33:05Z</dc:date>
    </item>
  </channel>
</rss>

