| Summary: | Add ability to display nvme drives temperature | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Shmerl <shtetldik> |
| Component: | ksysguard | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | wishlist | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.14.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shmerl
2019-09-02 23:48:29 UTC
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! |