MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.56k stars 94 forks source link

[Bug] CPU Temperature not showing per Core #978

Closed MatzHilven closed 8 months ago

MatzHilven commented 8 months ago

Description of the bug

When showing all of the CPU cores seperately the temperature per core isn't being shown (see images). Looking at the logs the temperatures are being retrieved fine, just not being displayed. It is working when not showing all cores seperately.

How to reproduce

No response

Relevant log output

First measurement [CPU]: [

  { load: 1.550490236729872, temp: 55.504, core: 0 },

  { load: 1.6586475586015412, temp: 55.504, core: 1 },

  { load: 1.6710680269838032, temp: 55.504, core: 2 },

  { load: 1.6245208451849042, temp: 55.504, core: 3 }

]

Info output of dashdot cli

No response

What browsers are you seeing the problem on?

Firefox

Where is your instance running?

Raspberry Pi

Additional context

image image

MauriceNino commented 8 months ago

The CPU temperature for every single core is often not available and even if it is, it would be hard to show it well on the small multicore graphs, because everything will look crammed, especially on CPUs with more than 4 cores.

Also, this is not a bug, this is completely on purpose, for design reasons. The same reason, why the percentages are also not shown on the multicore view.