]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/dexplorer.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / dexplorer.1m
1 .TH dexplorer 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 dexplorer \- run a series of scripts and archive output. Uses DTrace.
4 .SH SYNOPSIS
5 .B dexplorer
6 .SH DESCRIPTION
7 This program automatically runs a collection of DTrace scripts to examine
8 many areas of the system, and places the output in a meaningful directory
9 structure that is tar'd and gzip'd.
10
11 Since this uses DTrace, only the root user or users with the
12 dtrace_kernel privilege can run this command.
13 .SH OS
14 Solaris
15 .SH STABILITY
16 unstable - this script uses fbt provider probes which may change for
17 future updates of the OS, invalidating this script. Please read
18 Docs/Notes/ALLfbt_notes.txt for further details about these fbt scripts.
19 .SH OPTIONS
20 .TP
21 \-q
22 quiet mode
23 .TP
24 \-y
25 "yes", don't prompt for confirmation
26 .TP
27 \-D
28 don't delete output dir
29 .TP
30 \-T
31 don't create output tar.gz
32 .TP
33 \-d outputdir
34 output directory
35 .TP
36 \-i interval
37 interval for each sample
38 .PP
39 .SH EXAMPLES
40 .TP
41 Create output file in current directory,
42
43 .B dexplorer
44 .TP
45 Don't prompt
46 #
47 .B dexplorer
48 \-y
49 .TP
50 Leave expanded directories, don't archive and compress,
51 #
52 .B dexplorer
53 \-DT
54 .PP
55 .SH DOCUMENTATION
56 See the DTraceToolkit for further documentation under the 
57 Docs directory. The DTraceToolkit docs may include full worked
58 examples with verbose descriptions explaining the output.
59 .SH AUTHOR
60 Brendan Gregg
61 [Sydney, Australia]
62 .SH SEE ALSO
63 dtrace(1M)
64