Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man7d / lockstat.7d
blobb70b9a441da7e1ef66d5b71a4c270465340a021c
1 '\" te
2 .\"  Copyright (c) 2003Sun 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 LOCKSTAT 7D "Dec 10, 2017"
7 .SH NAME
8 lockstat \- DTrace kernel lock instrumentation provider
9 .SH DESCRIPTION
10 .LP
11 The \fBlockstat\fR driver is a DTrace dynamic tracing provider that performs
12 dynamic instrumentation for locking primitives in the kernel.
13 .sp
14 .LP
15 The \fBlockstat\fR provider makes probes available that you can use to discern
16 lock contention statistics, or to understand virtually any aspect of locking
17 behavior inside the operating system kernel. The \fBlockstat\fR(8) command is
18 implemented as a DTrace consumer that uses the lockstat provider to gather raw
19 data.
20 .sp
21 .LP
22 The \fBlockstat\fR driver is not a public interface and you access the
23 instrumentation offered by this provider through DTrace. Refer to the
24 \fIDynamic Tracing Guide\fR for a description of the public documented
25 interfaces available for the DTrace facility and the probes offered by the
26 \fBlockstat\fR provider.
27 .SH ATTRIBUTES
28 .LP
29 See \fBattributes\fR(5) for a description of the following attributes:
30 .sp
32 .sp
33 .TS
34 box;
35 c | c
36 l | l .
37 ATTRIBUTE TYPE  ATTRIBUTE VALUE
39 Interface Stability     Private
40 .TE
42 .SH SEE ALSO
43 .LP
44 \fBdtrace\fR(8), \fBlockstat\fR(8), \fBattributes\fR(5), \fBdtrace\fR(7D)
45 .sp
46 .LP
47 \fIDynamic Tracing Guide\fR:
48 .sp
49 .LP
50 https://illumos.org/books/dtrace/