<?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 Timechart for CPU and Memory Utilisation in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93562#M6337</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a few Windows servers which I want to correlate CPU and Memory perfromance over a time chart for each server. What is the best way to achieve this? Would I need to perform a search with a subsearch? or join two searches together?&lt;/P&gt;

&lt;P&gt;The issue is that the field for the CPU value and Memory value is called "Value" in both events.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2013 06:59:53 GMT</pubDate>
    <dc:creator>davidts</dc:creator>
    <dc:date>2013-04-15T06:59:53Z</dc:date>
    <item>
      <title>Timechart for CPU and Memory Utilisation</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93562#M6337</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a few Windows servers which I want to correlate CPU and Memory perfromance over a time chart for each server. What is the best way to achieve this? Would I need to perform a search with a subsearch? or join two searches together?&lt;/P&gt;

&lt;P&gt;The issue is that the field for the CPU value and Memory value is called "Value" in both events.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 06:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93562#M6337</guid>
      <dc:creator>davidts</dc:creator>
      <dc:date>2013-04-15T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for CPU and Memory Utilisation</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93563#M6338</link>
      <description>&lt;P&gt;... | timechart span=1h avg(Value) by host, sourcetype&lt;/P&gt;

&lt;P&gt;?&lt;/P&gt;

&lt;P&gt;/K &lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 07:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93563#M6338</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-04-15T07:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for CPU and Memory Utilisation</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93564#M6339</link>
      <description>&lt;P&gt;I get the the following error when I try to run that command:&lt;/P&gt;

&lt;P&gt;Error in timechart command: The argument sourcetype is invalid.&lt;/P&gt;

&lt;P&gt;The search is as follows:&lt;/P&gt;

&lt;P&gt;host=server1 OR host=server2 counter="% Processor Time" OR counter="Available Bytes" | timechart span=1h avg(Value) by host,sourcetype&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 07:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93564#M6339</guid>
      <dc:creator>davidts</dc:creator>
      <dc:date>2013-04-15T07:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart for CPU and Memory Utilisation</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93565#M6340</link>
      <description>&lt;P&gt;switch 'sourcetype' for 'counter'. Or if you can only spliy by one field (don't remember, no splunk available right now), you can eval host + counter together like so;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | eval hostcounter = host . counter | timechart span=1h avg(Value) by hostcounter | ...&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 07:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timechart-for-CPU-and-Memory-Utilisation/m-p/93565#M6340</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-04-15T07:44:21Z</dc:date>
    </item>
  </channel>
</rss>

