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 2020 Oxide Computer Company 13.\" 14.Dd June 9, 2020 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. 29Sensors register with the framework are automatically made available to 30the system and used with the fault management architecture 31.Pq FMA . 32.Pp 33The file system location and programming interface to the 34.Nm 35driver are considered 36.Sy Volatile , 37subject to change without notice, and should not be used directly. 38Sensor information can be dumped through the FMA developer utility 39.Sy fmtopo . 40.Sh SEE ALSO 41.Xr fmadm 8 42