How can I display top 10 nodes by CPU utilization.
By Individual CPUs/cores.
Example:
Top 10 Decending:
Node 7 - cpu 5
Node 10 - cpu 8
Node 3 - cpu2
Node 6 - cpu10
Lets say I have a 10 devices
each device has 10 individual cores.
I want to see the highest utilized node and core
ranked 1 - 10 (worst offender first and least so on)
viewing cpus from all 10 nodes.
If 1 node had 10 offending cores then Im fine with that one filling up the top ten.
Thanks.
-Brandon