1.\" $NetBSD: sysmon.4,v 1.5 2014/03/18 18:20:39 riastradh Exp $ 2.\" 3.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi> 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 17.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 19.\" OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 20.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 21.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd June 22, 2011 28.Dt SYSMON 4 29.Os 30.Sh NAME 31.Nm sysmon 32.Nd system monitoring and power management interface 33.Sh DESCRIPTION 34The machine-independent 35.Nm 36is a general purpose framework for system monitoring and power management. 37The main components of 38.Nm 39include: 40.Bl -bullet -offset indent 41.It 42An 43.Xr ioctl 2 44interface available via 45.Pa /dev/sysmon . 46The userland counterparts 47include utilities such as 48.Xr envstat 8 49and daemons such as 50.Xr powerd 8 . 51.It 52An interface for the purpose of delivering different 53system and power events to userspace; 54.Xr sysmon_pswitch 9 . 55.It 56A general purpose sensor framework, 57.Xr sysmon_envsys 9 . 58.It 59A general purpose task queue, 60.Xr sysmon_taskq 9 . 61.It 62An interface for watchdog timers. 63.El 64.Sh FILES 65.Bd -literal 66/dev/sysmon 67.Ed 68.Sh SEE ALSO 69.Xr envsys 4 , 70.Xr swsensor 4 , 71.Xr envstat 8 , 72.Xr powerd 8 , 73.Xr wdogctl 8 , 74.Xr pmf 9 75.Sh AUTHORS 76.An Jason R. Thorpe Aq Mt thorpej@NetBSD.org 77