Thermal monitoring support
ifuckprotonineedgnuemail <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <dR98KSH2aST-wU4qAEg9wAXvU41dTetI3Kjq5pekCoV5JgCcD-f7_QuvS5j0WTcs1hzSub5bkdnQ6a81CNdHmvTjxGu3nTqgVKnBVm7dS2Q=@protonmail.com> |
Hi everyone, I’m a software developer working on tools for Unix-like systems, and lately, I’ve been exploring GNU Hurd. It’s a great project, but I’ve noticed that we currently lack a standard way to monitor CPU temperature.It would be awesome to have this integrated into the procfs translator, perhaps by adding a hwmon node (like /proc/hwmon or a similar interface).I realize that this would require the Mach microkernel to expose thermal data (likely via ACPI). However, having a way to read temperatures is essential for system safety and monitoring.Are there any plans for this, or maybe some work-in-progress I could look at? I’d be happy to help with testing or provide feedback from a developer's perspective. Thanks guys