hwmongo
a simple program that reads your hwmon. Written in Go, hence the name hwmongo (hardware monitor go).
Features
- Reads hardware monitoring data from the
/sys/class/hwmon/directory on Linux systems. - Outputs in a human-readable list by default, or JSON format with the
--jsonflag. - Has options to show basic sensor data or all data with the
--extraflag.
Installation
It’s one go file with no dependencies, easy to compile and run.
Author
Sophie Kisiel <sophie@sophuwu.com> - https://sophuwu.com - https://git.sophuwu.com/hwmongo
License
MIT License.