Skip to content

CPUs detailed utilization view

Hey, I started working on per-cpu graphs for linux that I think xfce4-taskmanager could use. We talked a bit on IRC and agreed that there needs to be a consensus regarding UI design for that.

Important points the view should have imo:

  • Readable - can identify how much resources of a particular CPU are used
  • Supports a huge number of cores
  • Looks nice

I had several ideas, at first I implemented the graphs below the existing ones (https://i.imgur.com/l6670Ic.png) which is a little bit confusing on what it actually is and looks bad with a lot of cores (https://i.imgur.com/Cv6fAMN.png).

Then there was an idea to allow switching from the consolidated and detailed views by clicking on the graphs (https://i.imgur.com/fgZomTR.png) which again looks bad with a lot of cores.

Here's a list of somewhat viable solutions:

Commenting is encouraged :)