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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...