1.\" 2.\" This file and its contents are supplied under the terms of the 3.\" Common Development and Distribution License ("CDDL"), version 1.0. 4.\" You may only use this file in accordance with the terms of version 5.\" 1.0 of the CDDL. 6.\" 7.\" A full copy of the text of the CDDL should have accompanied this 8.\" source. A copy of the CDDL is also available via the Internet at 9.\" http://www.illumos.org/license/CDDL. 10.\" 11.\" 12.\" Copyright 2024 Oxide Computer Company 13.\" 14.Dd May 23, 2024 15.Dt KSENSOR 4D 16.Os 17.Sh NAME 18.Nm ksensor 19.Nd kernel sensor driver 20.Sh SYNOPSIS 21.In sys/sensors.h 22.Pp 23.Pa /dev/sensors/ 24.Sh DESCRIPTION 25The 26.Nm 27driver provides access to sensors that are built using the kernel sensor 28framework described in 29.Xr ksensor 9E . 30Sensors register with the framework are automatically made available to 31the system and used with the fault management architecture 32.Pq FMA . 33.Pp 34The file system location and programming interface to the 35.Nm 36driver are considered 37.Sy Volatile , 38subject to change without notice, and should not be used directly. 39Sensor information can be dumped through the FMA developer utility 40.Sy fmtopo . 41.Sh SEE ALSO 42.Xr fmadm 8 , 43.Xr ksensor 9E 44