SENSORSD.CONF(5) - File Formats Manual # SENSORSD.CONF(5) - File Formats Manual
NAME # sensorsd.conf - configuration file for sensorsd
DESCRIPTION # The sensorsd.conf file is read by sensorsd(8) to configure hardware sensor monitoring. Each variable in the sysctl(2) hw.sensors subtree represents a sensor. Each sensor is matched by at most one entry in sensorsd.conf, which may specify high and low limits, and whether sensor status changes provided by the driver should be ignored.
...
SENSORSD(8) - System Manager’s Manual # SENSORSD(8) - System Manager’s Manual
NAME # sensorsd - hardware sensors monitor
SYNOPSIS # sensorsd [-d] [-c check] [-f file]
DESCRIPTION # The sensorsd utility retrieves sensor monitoring data like fan speed, temperature, voltage and RAID logical disk status from the sysctl(2) hw.sensors subtree. When the state of any monitored sensor changes, an alert is triggered. Every alert logs a message to syslog(3) using the daemon facility.
...
SES(4) - Device Drivers Manual # SES(4) - Device Drivers Manual
NAME # ses - SCSI Enclosure Services
SYNOPSIS # ses* at scsibus?
DESCRIPTION # The ses driver provides support for monitoring the various environmental sensors present in SCSI enclosures using the SCSI Enclosure Services command set. The hardware monitoring is accessed via the hw.sensors sysctl(8) variable.
SCSI devices have a fairly high level interface to the system and talk to it via a SCSI host adapter (e.
...
STSEC(4) - Device Drivers Manual (loongson) # STSEC(4) - Device Drivers Manual (loongson)
NAME # stsec - ST7 embedded controller
SYNOPSIS # stsec* at iic?
DESCRIPTION # The stsec driver supports the ST7FOX1 embedded controller found on the Gdium Liberty netbook.
This chip is used to control battery charge and discharge. It also reports the lid status, as well as the state of the power and wavelan radio enable buttons.
...
SXITEMP(4) - Device Drivers Manual # SXITEMP(4) - Device Drivers Manual
NAME # sxitemp - Allwinner temperature monitor
SYNOPSIS # sxitemp* at fdt?
DESCRIPTION # The sxitemp driver provides support for the temperature sensors found on the Allwinner A64, H3, H5 and R40/V40 SoCs.
Sensor values are made available through the sysctl(8) interface.
SEE ALSO # intro(4), sensorsd(8), sysctl(8)
HISTORY # The sxitemp driver first appeared in OpenBSD 6.3.
...
SXITS(4) - Device Drivers Manual (armv7) # SXITS(4) - Device Drivers Manual (armv7)
NAME # sxits - Allwinner touchpad controller
SYNOPSIS # sxits* at fdt?
DESCRIPTION # The sxits driver provides support for the temperature sensor found on the touchpad controller of the Allwinner A10, A10s/A13 and A20 SoCs.
Sensor values are made available through the sysctl(8) interface.
SEE ALSO # intro(4), sensorsd(8), sysctl(8)
HISTORY # The sxits driver first appeared in OpenBSD 6.
...
SYSBUTTON(4) - Device Drivers Manual (macppc) # SYSBUTTON(4) - Device Drivers Manual (macppc)
NAME # sysbutton - Xserve G4 and G5 front system identifier button
SYNOPSIS # sysbutton* at macgpio?
DESCRIPTION # The sysbutton driver provides support for the system identifier button found on the front panel of Apple G4 and G5 Xserve machines.
If the ddb.console sysctl(8) is set, pressing the system identifier button will cause the machine to enter ddb(4).
...
SYSCTL.CONF(5) - File Formats Manual # SYSCTL.CONF(5) - File Formats Manual
NAME # sysctl.conf - sysctl variables to set at system startup
DESCRIPTION # sysctl.conf contains a list of sysctl(8) variable assignments that is read at system startup by rc(8) early on in the boot sequence.
The file is made up of sysctl(8) variable assignments (variable=value) with comments designated by a hash mark (’#’).
FILES # /etc/sysctl.conf
/etc/examples/sysctl.conf
EXAMPLES # To turn on IP forwarding, one would use the following line:
...
SYSCTL(8) - System Manager’s Manual # SYSCTL(8) - System Manager’s Manual
NAME # sysctl - get or set kernel state
SYNOPSIS # sysctl [-Aanq] [name[=value]]
DESCRIPTION # The sysctl utility retrieves kernel state and allows processes with appropriate privilege to set kernel state. The state to be retrieved or set is described using a “Management Information Base” (MIB) style name, using a dotted set of components.
When retrieving a variable, a subset of the MIB name may be specified to retrieve a list of variables in that subset.
...
Vmstat,
Top,
Fstat,
Pfctl,
Renice,
Sysctl,
Kill,
Netstat,
Ps,
Iostat,
Pstat,
Nfsstat,
Systat SYSTAT(1) - General Commands Manual # SYSTAT(1) - General Commands Manual
NAME # systat - display system statistics
SYNOPSIS # systat [-aBbhiNn] [-d count] [-s delay] [-w width] [view] [delay]
DESCRIPTION # systat displays various system statistics in a screen-oriented fashion using the curses(3) screen display library.
While systat is running, the screen is divided into different areas. The top line displays the current number of users, the three system load average figures over the last 1, 5, and 15 minute intervals, the host name, and the system time.
...