-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take temperature from thermal zones #341
Comments
yep good idea |
I would also like to add that thermal zones could also be displayed in addition to regular cpu core temp read outs in acs monit. |
im pretty sure most hardware monitoring software have a package temp somewhere, so we could just add it in |
We should take a look at the source for the "sensors" application. That program was able to read out core temps on my server where auto clock speed otherwise wasn't. |
I suspect that they use thermal zones in order to achieve this |
that would make sense since hyperthreaded cores are not physical |
ok i just tested on my other laptop, and turns out that one has 19 thermal zones instead of 2 |
i suspect it's caused by intel vpro |
Are the other thermal zones still useful to us? |
1 similar comment
Are the other thermal zones still useful to us? |
after running stress test it seems like all the other sensors are virtual and the value of the temperature does not change |
after running |
it seems like all the |
the MSR address 0x1b1 also outputs the package temperature in hex (you have to convert it into actual readings using the 22:16 output bitfield) |
Is it alrighty if I take this issue? @Shuzhengz |
o yee |
We should consider thermal zones as an alternative to systems that do not have individual cpu temperature read outs.
The text was updated successfully, but these errors were encountered: