Monitoring Splunk

How to check daily cpu_system_pct using index="_introspection" host=* commands

Ganta
New Member

How to check daily cpu_system_pct using index="_introspection" host= commands*

Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Are you looking for something like this? If not, please add a comment with more details about what you want.

index=_introspection host=* data.cpu_system_pct=* | timechart span=1d avg(data.cpu_system_pct) by host

another way that is faster, but has a different visualization

| tstats max(data.cpu_system_pct) as AvgCPUPct where index=_introspection by host
---
If this reply helps you, Karma would be appreciated.
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 ...