Test on Threadripper 2990WX and fix SMT - #1
steckdenis wants to merge 1 commit into
Conversation
On almost every Linux kernel, core i and i+1 are the two threads of a single physical core. Power consumption statistics can therefore be obtained by reading the MSRs or cores 0, 2, 4, ..., 60, 62.
|
I agree with this. @djselbeck can this be merged? |
|
On a Threadripper PRO 3975WX (64 threads) with 5.11 Kernel core BTW great tool. |
|
On a |
|
Could you use On a Ryzen 9 5950X (32 threads) with Ubuntu 22.04.3 LTS (6.2.0-33-generic) and SMT enabled I get (Skipped lines and added line break for readability) |
On almost every Linux kernel, core i and i+1 are the two threads of a single physical core. Power consumption statistics can therefore be obtained by reading the MSRs or cores 0, 2, 4, ..., 60, 62.
This pull request makes rapl report proper power consumption on my machine. By the way, this tool is absolutely amazing! I have been looking for something like this for a year and a half!