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!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...