hw.sensors

hw.sensors
Original authorsConstantine A. Murenin (2006),
Alexander Yurchenko (2003–2004)
DeveloperThe OpenBSD Project
Initial release25 April 2003 (2003-04-25)
Written inC
Operating systemOpenBSD, DragonFly BSD
Typesystem monitoring
LicenceISC
Repository

The hw.sensors framework is a kernel-level hardware sensors framework originating from OpenBSD, which uses the sysctl kernel interface as the transport layer between the kernel and the userland. As of 2019, the framework is used by over a hundred device drivers in OpenBSD to export various environmental sensors, with temperature sensors being the most common type. Consumption and monitoring of sensors is done in the userland with the help of sysctl, systat, sensorsd, OpenBSD NTP Daemon (OpenNTPD, ntpd), Simple Network Management Protocol (snmpd), ports/sysutils/symon and GKrellM.