293 useradd/del/mod should be ZFS-aware
[illumos-gate.git] / usr / src / man / man1m / intrd.1m
blobefeb8d294452a330469e9ee45bf3a1d978f6a5db
1 '\" te
2 .\"  Copyright (c) 1999, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH INTRD 1M "Jun 21, 2006"
7 .SH NAME
8 intrd \- interrupt distribution daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/intrd\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBintrd\fR daemon is started at boot time to monitor the assignments
19 between interrupts and \fBCPU\fRs. If \fBintrd\fR decides that the current
20 assignments are imbalanced and harmful to system performance, it will generate
21 and implement new assignments.
22 .sp
23 .LP
24 Any notifications will be delivered via \fBsyslogd\fR(1M).
25 .sp
26 .LP
27 Because \fBintrd\fR dynamically monitors a system  for optimal performance, it
28 consumes a small amount of CPU  time, even on an otherwise idle system. This
29 behavior is normal.
30 .SH ATTRIBUTES
31 .sp
32 .LP
33 See \fBattributes\fR(5) for descriptions of the following attributes:
34 .sp
36 .sp
37 .TS
38 box;
39 c | c
40 l | l .
41 ATTRIBUTE TYPE  ATTRIBUTE VALUE
43 Interface Stability     Unstable
44 .TE
46 .SH SEE ALSO
47 .sp
48 .LP
49 \fBsvcs\fR(1), \fBsvcadm\fR(1M), \fBsyslogd\fR(1M), \fBattributes\fR(5),
50 \fBsmf\fR(5)
51 .SH NOTES
52 .sp
53 .LP
54 The interrupt distribution daemon is managed by the service management
55 facility, \fBsmf\fR(5), under the service identifier:
56 .sp
57 .in +2
58 .nf
59 svc:/system/intrd:default
60 .fi
61 .in -2
62 .sp
64 .sp
65 .LP
66 Administrative actions on this service, such as enabling, disabling, or
67 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
68 status can be queried using the \fBsvcs\fR(1) command.