Dynamix UI - Dashboard CPU view order tweak, order by thread sibling?


Recommended Posts

Currently in the Dynamix UI, on the Dashboard tab in the CPU section the cpu speeds are paired up starting from 0 and counting up. I would like if the grouping of cpu speeds could be paired up based on thread siblings if possible. This will group real cores and hyperthreaded cores together.

 

cat /sys/devices/system/cpu/*/topology/thread_siblings_list | sort -nu

 

So instead of the following order counting up from 0:

core 0 / 1 1400 MHz 1300 MHz

core 2 / 3 1200 MHz 1200 MHz

core 4 / 5 1300 MHz 1500 MHz

core 6 / 7 1600 MHz 1300 MHz

core 8 / 9 1200 MHz 1200 MHz

core 10 / 11 1200 MHz 1200 MHz

core 12 / 13 1200 MHz 1200 MHz

core 14 / 15 1200 MHz 1200 MHz

core 16 / 17 1200 MHz 2601 MHz

core 18 / 19 1300 MHz 1200 MHz

core 20 / 21 1300 MHz 1200 MHz

core 22 / 23 1200 MHz 1300 MHz

core 24 / 25 1300 MHz 1200 MHz

core 26 / 27 1200 MHz 1200 MHz

core 28 / 29 1200 MHz 1200 MHz

core 30 / 31 1200 MHz 1300 MHz

 

We have the following order based on thread siblings:

core 0 / 16 1400 MHz 1200 Mhz

core 1 / 17 1300 MHz 2601 MHz

core 2 / 18 1200 MHz 1300 MHz

core 3 / 19 1200 MHz 1200 MHz

core 4 / 20 1300 MHz 1300 MHz

core 5 / 21 1500 MHz 1200 MHz

core 6 / 22 1600 MHz 1200 MHz

core 7 / 23 1300 MHz 1300 MHz

core 8 / 24 1200 MHz 1300 MHz

core 9 / 25 1200 MHz 1200 MHz

core 10 / 26 1200 MHz 1200 MHz

core 11 / 27 1200 MHz 1200 MHz

core 12 / 28 1200 MHz 1200 MHz

core 13 / 29 1200 MHz 1200 MHz

core 14 / 30 1200 MHz 1200 MHz

core 15 / 31 1200 MHz 1300 MHz

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.