All Apps and Add-ons

Timechart for CPU and Memory Utilisation

davidts
Path Finder

Hi,

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?

The issue is that the field for the CPU value and Memory value is called "Value" in both events.

0 Karma

kristian_kolb
Ultra Champion

... | timechart span=1h avg(Value) by host, sourcetype

?

/K

0 Karma

kristian_kolb
Ultra Champion

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;

... | eval hostcounter = host . counter | timechart span=1h avg(Value) by hostcounter | ...

/K

0 Karma

davidts
Path Finder

I get the the following error when I try to run that command:

Error in timechart command: The argument sourcetype is invalid.

The search is as follows:

host=server1 OR host=server2 counter="% Processor Time" OR counter="Available Bytes" | timechart span=1h avg(Value) by host,sourcetype

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...