Unix and Linux Discussions Tagged with kill |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
8,151 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
13,907 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
5,077 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,038 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
11,247 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
2,266 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
5,632 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,174 |
Shell Programming and Scripting |
|
|
|
0 |
2,139 |
Shell Programming and Scripting |
|
|
|
0 |
3,542 |
UNIX for Beginners Questions & Answers |
|
|
|
13 |
3,781 |
Shell Programming and Scripting |
|
|
|
16 |
12,024 |
AIX |
|
|
|
6 |
4,499 |
Shell Programming and Scripting |
|
|
|
0 |
4,384 |
Shell Programming and Scripting |
|
|
|
3 |
15,033 |
Shell Programming and Scripting |
|
|
|
0 |
2,503 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
11,914 |
Homework & Coursework Questions |
|
|
|
11 |
4,969 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
6,599 |
Shell Programming and Scripting |
|
|
|
7 |
29,468 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
9,746 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
4,359 |
Shell Programming and Scripting |
|
|
|
2 |
17,668 |
Shell Programming and Scripting |
|
|
|
5 |
3,031 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
12,049 |
Shell Programming and Scripting |
|
|
|
2 |
2,365 |
Shell Programming and Scripting |
|
|
|
1 |
52,661 |
Red Hat |
|
|
|
0 |
3,193 |
Shell Programming and Scripting |
|
|
|
2 |
5,140 |
Shell Programming and Scripting |
|
|
|
4 |
5,667 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
22,971 |
Shell Programming and Scripting |
|
|
|
3 |
12,691 |
Shell Programming and Scripting |
|
|
|
3 |
5,360 |
Programming |
|
|
|
1 |
3,712 |
Linux |
|
|
|
5 |
8,125 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,389 |
Programming |
|
|
|
3 |
5,345 |
Programming |
|
|
|
0 |
1,757 |
Security Advisories (RSS) - Microsoft |
|
|
|
4 |
13,362 |
AIX |
|
|
|
2 |
2,723 |
UNIX for Dummies Questions & Answers |
kill.d(1m) USER COMMANDS kill.d(1m)
NAME
kill.d - snoop process signals as they occur. Uses DTrace.
SYNOPSIS
kill.d
DESCRIPTION
kill.d is a simple DTrace program to print details of process signals as they are sent, such as the PID source and destination, signal num-
ber and result.
This program can be used to determine which process is sending signals to which other process.
Since this uses DTrace, only users with root privileges can run this command.
EXAMPLES
Default output, print process signals as they are sent.
# kill.d
FIELDS
FROM source PID
COMMAND
source command name
TO destination PID
SIG destination signal ("9" for a kill -9)
RESULT result of signal (-1 is for failure)
DOCUMENTATION
See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with ver-
bose descriptions explaining the output.
EXIT
kill.d will run forever until Ctrl-C is hit.
AUTHOR
Brendan Gregg [Sydney, Australia]
SEE ALSO
dtrace(1M), truss(1)
version 0.90 May 14, 2005 kill.d(1m)