]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/intoncpu.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / intoncpu.d.1m
1 .TH intoncpu.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 intoncpu.d \- print interrput on-cpu usage. Uses DTrace.
4 .SH SYNOPSIS
5 .B intoncpu.d
6 .SH DESCRIPTION
7 This prints a distribution of the on-cpu time for interrput threads.
8
9 Since this uses DTrace, only the root user or users with the
10 dtrace_kernel privilege can run this command.
11 .SH OS
12 Solaris
13 .SH STABILITY
14 stable - needs the sdt provider interrupt probes.
15 .SH EXAMPLES
16 .TP
17 This samples until Ctrl\-C is hit.
18
19 .B intoncpu.d
20 .PP
21 .SH FIELDS
22 .TP
23 value
24 Time interrupt thread was on-cpu, ns
25 .TP
26 count
27 Number of occurrences of at least this time
28 .PP
29 .SH BASED ON
30 /usr/demo/dtrace/intr.d
31 .PP
32 .SH DOCUMENTATION
33 DTrace Guide "sdt Provider" chapter (docs.sun.com)
34
35 See the DTraceToolkit for further documentation under the 
36 Docs directory. The DTraceToolkit docs may include full worked
37 examples with verbose descriptions explaining the output.
38 .SH EXIT
39 intoncpu.d will sample until Ctrl\-C is hit.
40 .SH SEE ALSO
41 intrstat(1M), dtrace(1M)
42