]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/sh_cpudist.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 / sh_cpudist.d.1m
1 .TH sh_cpudist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 sh_cpudist.d - measure Bourne shell on-CPU times for types of operation.
4 .SH SYNOPSIS
5 .B sh_cpudist.d
6
7 .SH DESCRIPTION
8 This traces shell activity from all Bourne shells on the system that are
9 running with sh provider support.
10
11 This script prints distribution plots of on-CPU time for shell
12 operations. Use sh_cputime.d for summary reports.
13
14 Filename and call names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace Shell provider, which may change 
19 as additional features are introduced. Check Shell/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B sh_cpudist.d
26 .PP
27 .SH FIELDS
28 .TP
29 1
30 Filename of the shell or shellscript
31 .TP
32 2
33 Type of call (func/builtin/cmd)
34 .TP
35 3
36 Name of call
37 .PP
38 .SH DOCUMENTATION
39 See the DTraceToolkit for further documentation under the 
40 Examples, Notes and Docs directories. The example files may be
41 especially useful as they aim to demonstrate how to interpret
42 the output.
43 .SH EXIT
44 sh_cpudist.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)