]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/crash.d.1m
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / cddl / contrib / dtracetoolkit / Man / man1m / crash.d.1m
1 .TH crash.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 crash.d \- Crashed Application info. Uses DTrace.
4 .SH SYNOPSIS
5 .B crash.d
6 .SH DESCRIPTION
7 crash.d monitors for applications that crash. 
8 When a crash via a SIGSEGV or SIGBUS is detected, a report of the
9 process state is printed out.
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 stable - needs the proc provider, and uses /usr/bin/prun.
17 .SH FIELDS
18 .TP
19 Type
20 signal type
21 .TP
22 Program
23 execname of process
24 .TP
25 Args
26 argument listing of process
27 .TP
28 PID
29 process ID
30 .TP
31 TID
32 thread ID
33 .TP
34 LWPs
35 number of Light Weight Processes
36 .TP
37 PPID
38 parent process ID
39 .TP
40 UID
41 user ID
42 .TP
43 TaskID
44 task ID
45 .TP
46 ProjID
47 project ID
48 .TP
49 PoolID
50 pool ID
51 .TP
52 ZoneID
53 zone ID
54 .TP
55 zone
56 zone name
57 .TP
58 CWD
59 current working directory
60 .TP
61 errno
62 error number of last syscall
63 .PP
64 .SH EXAMPLES
65 .TP
66 Monitor for crashing applications.
67
68 .B crash.d
69 .PP
70 .SH DOCUMENTATION
71 See the DTraceToolkit for further documentation under the 
72 Docs directory. The DTraceToolkit docs may include full worked
73 examples with verbose descriptions explaining the output.
74 .SH EXIT
75 crash.d will run until Ctrl\-C is hit.
76 .SH AUTHOR
77 Brendan Gregg
78 [Sydney, Australia]
79 .SH SEE ALSO
80 dtrace(1M)
81