bottom icon indicating copy to clipboard operation
bottom copied to clipboard

Add option to show sorted CPU values

Open acxz opened this issue 3 years ago • 2 comments

Describe the feature request

feature request: add an option say cpu_sort that allows showing the CPU fields sorted, i.e. CPU0 will always show the highest CPU value out of all CPUs, CPU1 the second highest, etc.

motivation: for large core systems, with the scheduler moving tasks around cpu cores, the graph seems very cluttered with crisscrossing lines. having these lines sorted by largest to smallest will let users see what the largest cpu utilization is at any given time.

current behavior: cpu_unsort

As you can see, on a 12 core system, this graph looks like very much like gibberish. Having a notion of sorted CPU values and lines will make the data interpret able.

acxz avatar Apr 11 '22 04:04 acxz

I came here to request this feature. Any news on it?

magnetophon avatar Feb 10 '24 16:02 magnetophon

Not for a while, #703 was supposed to help with it but it ended up being abandoned from the looks of it.

I can take over when I have some time.

ClementTsang avatar Feb 12 '24 15:02 ClementTsang