]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/hotspot.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 / hotspot.d.1m
1 .TH hotspot.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 hotspot.d \- print disk event by location. Uses DTrace.
4 .SH SYNOPSIS
5 .B hotspot.d
6 .SH DESCRIPTION
7 hotspot.d is a simple DTrace script to determine if disk activity is 
8 occuring in the one place - a "hotspot". This helps us understand the 
9 system's usage of a disk, it does not imply that the existance or not 
10 of a hotspot is good or bad (often may be good, less seeking).
11
12 Since this uses DTrace, only the root user or users with the
13 dtrace_kernel privilege can run this command.
14 .SH OS
15 Solaris
16 .SH STABILITY
17 stable - needs the io provider.
18 .SH EXAMPLES
19 .TP
20 Sample until Ctrl\-C is hit then print report,
21
22 .B hotspot.d
23 .PP
24 .SH FIELDS
25 .TP
26 Disk
27 disk instance name
28 .TP
29 Major
30 driver major number
31 .TP
32 Minor
33 driver minor number
34 .TP
35 value
36 location of disk event, megabytes
37 .TP
38 count
39 number of events
40 .PP
41 .SH DOCUMENTATION
42 See the DTraceToolkit for further documentation under the 
43 Docs directory. The DTraceToolkit docs may include full worked
44 examples with verbose descriptions explaining the output.
45 .SH EXIT
46 hotspot.d will sample until Ctrl\-C is hit. 
47 .SH AUTHOR
48 Brendan Gregg
49 [Sydney, Australia]
50 .SH SEE ALSO
51 dtrace(1M)