-
-
Notifications
You must be signed in to change notification settings - Fork 443
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
Temprature of (non-continuous-index) CPU core showing N/A #1564
Comments
Is it not doing the right thing? Because your paste looks as if you index CPUs from 1 in htop. |
Hi, thank you for your reply! I did check the option
The same core ( |
This appears to be an issue still. I get temps from like 5 cores out of 20 even though sensors sees them all, but htop shows N/A for lots of them. |
@pezz: can you paste your |
I should learn to count heh, sensors only sees 14 cores.
htop still only reports temp on 5 of them though.
|
Recently I set up a server with an Intel E5-2680 v4 CPU which has 14 cores and 2 threads per core.
I have installed
htop
andlm-sensors
.htop
shows:Note that core 8 (index
8
and22
) shows temprature ofN/A
.Here's the output of lm-
sensors
:Core 7 (or 8 indexed from 1) is missing. It may indicate that the CPU had likely disabled core 8 and 16 from a 16 core one.
Would this be considered as a bug report or feature request? Since every core does have its temprature data. Or this won't be fixed because this situation is rare?
Thank you!
The text was updated successfully, but these errors were encountered: