]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/kill.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 / kill.d.1m
1 .TH kill.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 kill.d \- snoop process signals as they occur. Uses DTrace.
4 .SH SYNOPSIS
5 .B kill.d
6 .SH DESCRIPTION
7 kill.d is a simple DTrace program to print details of process 
8 signals as they are sent, such as the PID source and destination, 
9 signal number and result.
10
11 This program can be used to determine which process is sending
12 signals to which other process.
13
14 Since this uses DTrace, only the root user or users with the
15 dtrace_kernel privilege can run this command.
16 .SH OS
17 Solaris
18 .SH STABILITY
19 stable - needs the syscall provider.
20 .SH EXAMPLES
21 .TP
22 Default output, print process signals as they are sent.
23
24 .B kill.d
25 .PP
26 .SH FIELDS
27 .TP
28 FROM
29 source PID
30 .TP
31 COMMAND
32 source command name
33 .TP
34 TO
35 destination PID
36 .TP
37 SIG
38 destination signal ("9" for a kill -9)
39 .TP
40 RESULT
41 result of signal (-1 is for failure)
42 .SH DOCUMENTATION
43 See the DTraceToolkit for further documentation under the 
44 Docs directory. The DTraceToolkit docs may include full worked
45 examples with verbose descriptions explaining the output.
46 .SH EXIT
47 kill.d will run forever until Ctrl\-C is hit. 
48 .SH AUTHOR
49 Brendan Gregg
50 [Sydney, Australia]
51 .SH SEE ALSO
52 dtrace(1M), truss(1)
53