]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/inttimes.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / inttimes.d.1m
1 .TH inttimes.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 inttimes.d \- print interrput on-cpu time total. Uses DTrace.
4 .SH SYNOPSIS
5 .B inttimes.d
6 .SH DESCRIPTION
7 This prints the total time each driver instance has spent servicing
8 interrupts.
9
10 Since this uses DTrace, only the root user or users with the
11 dtrace_kernel privilege can run this command.
12 .SH OS
13 Solaris
14 .SH STABILITY
15 stable - needs the sdt provider interrupt probes.
16 .SH EXAMPLES
17 .TP
18 This samples until Ctrl\-C is hit.
19
20 .B inttimes.d
21 .PP
22 .SH FIELDS
23 .TP
24 DEVICE
25 instance name of the device driver
26 .TP
27 TIME (ns)
28 sum of time spent servicing interrupt (nanoseconds)
29 .PP
30 .SH BASED ON
31 /usr/demo/dtrace/intr.d
32 .PP
33 .SH DOCUMENTATION
34 DTrace Guide "sdt Provider" chapter (docs.sun.com)
35
36 See the DTraceToolkit for further documentation under the 
37 Docs directory. The DTraceToolkit docs may include full worked
38 examples with verbose descriptions explaining the output.
39 .SH EXIT
40 inttimes.d will sample until Ctrl\-C is hit.
41 .SH SEE ALSO
42 intrstat(1M), dtrace(1M)
43