]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/sigdist.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 / sigdist.d.1m
1 .TH sigdist.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 sigdist.d \- signal distribution by process. Uses DTrace.
4 .SH SYNOPSIS
5 .B sigdist.d
6 .SH DESCRIPTION
7 This is a simple DTrace script that prints the number of signals
8 recieved by process and signal number. This script is also available
9 as /usr/demo/dtrace/sig.d, where it originates.
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.
17 .SH EXAMPLES
18 .TP
19 This samples until Ctrl\-C is hit.
20
21 .B sigdist.d
22 .PP
23 .SH FIELDS
24 .TP
25 SENDER
26 process name of sender
27 .TP
28 RECIPIENT
29 process name of target
30 .TP
31 SIG
32 signal number, see signal(3head)
33 .TP
34 COUNT
35 number of signals sent
36 .PP
37 .SH BASED ON
38 /usr/demo/dtrace/sig.d
39 .PP
40 .SH DOCUMENTATION
41 DTrace Guide "proc Provider" chapter (docs.sun.com)
42
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 sigdist.d will sample until Ctrl\-C is hit.
48 .SH SEE ALSO
49 kill.d(1M), dtrace(1M)
50