]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/intbycpu.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / intbycpu.d.1m
1 .TH intbycpu.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 intbycpu.d \- interrupts by CPU. Uses DTrace.
4 .SH SYNOPSIS
5 .B intbycpu.d
6 .SH DESCRIPTION
7 intbycpu.d is based on a DTrace OneLiner to a report of the number of 
8 interrupts by CPU.
9
10 The intrstat(1M) command can be used for further analysis
11 of interrputs.
12
13 Docs/oneliners.txt and Docs/Examples/oneliners_examples.txt
14 in the DTraceToolkit contain this as a oneliner that can be cut-n-paste
15 to run.
16
17 Since this uses DTrace, only the root user or users with the
18 dtrace_kernel privilege can run this command.
19 .SH OS
20 Solaris
21 .SH STABILITY
22 stable - needs the sdt provider interrupt probes.
23 .SH EXAMPLES
24 .TP
25 This samples until Ctrl\-C is hit.
26
27 .B intbycpu.d
28 .PP
29 .SH FIELDS
30 .TP
31 CPU
32 This is the CPU id.
33 .TP
34 INTERRUPTS
35 This is the number of interrputs received in the sample.
36 .PP
37 .SH DOCUMENTATION
38 See the DTraceToolkit for further documentation under the 
39 Docs directory. The DTraceToolkit docs may include full worked
40 examples with verbose descriptions explaining the output.
41 .SH EXIT
42 intbycpu.d will sample until Ctrl\-C is hit.
43 .SH AUTHOR
44 Brendan Gregg
45 [Sydney, Australia]
46 .SH SEE ALSO
47 intrstat(1M), dtrace(1M)
48