- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
02-05-2016
01:05 AM
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

renjith_nair
Legend
02-05-2016
06:38 AM
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
---
What goes around comes around. If it helps, hit it with Karma 🙂
What goes around comes around. If it helps, hit it with Karma 🙂
