All Apps and Add-ons

Splunk App for Unix and Linux: How to correlate the top 10 CPU utilizing Linux hosts and the top 1 process in each of them?

skasasa
New Member

I'd like help on a search to correlate the top 10 CPU utilizing Hosts and the top 1 process in each of them. These are Linux servers and I've already installed Splunk App for Unix and Linux.

0 Karma

renjith_nair
Legend

Try this

index=os sourcetype=df |stats avg(<CPU FIELD> as AvgCPU by host,<process field>|sort 0 -Host,-AvgCPU |streamstats count as row by Host|where row==1
Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...