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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...