Please add ability to display nvme drives temperature. It's not accessible using regular lm-sensors, and is usually read through nvme smart log interfaces. See for example how nvme-cli is doing it: nvme smart-log /dev/nvme0
Some idea how to do it here: https://github.com/linux-nvme/nvme-cli/blob/master/nvme.c#L168 https://github.com/linux-nvme/nvme-cli/blob/master/nvme-ioctl.c
Looks like NVMe senors are being added to standard hwmon in Linux 5.5, so that would be supported by ksysguard seamlessly.
So there are no changes needed in KSysGuard to gain this feature once it's in the kernel?
(In reply to Nate Graham from comment #3) > So there are no changes needed in KSysGuard to gain this feature once it's > in the kernel? I think so. I'll build 5.5-rc1 once and will come out, and will give it a test.
Cool, thanks. Please re-open this if it doesn't get fixed automatically and we need to do something on the KSysGuard side!
Just confirming that it works. I just built 5.5-rc1 and can observe nvme temperature in ksysguard!