]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_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 / tcl_cpudist.d.1m
1 .TH tcl_cpudist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_cpudist.d - measure Tcl on-CPU time for different types of operation.
4 .SH SYNOPSIS
5 .B tcl_cpudist.d
6 [top]   
7 eg,
8 tcl_cpudist.d           # default, truncate to 10 lines
9 tcl_cpudist.d 25        # truncate each report section to 25 lines
10 .SH DESCRIPTION
11 This traces activity from all Tcl processes on the system with DTrace
12 provider support (tcl8.4.16).
13 .SH OS
14 Any
15 .SH STABILITY
16 Evolving - uses the DTrace Tcl provider, which may change 
17 as additional features are introduced. Check Tcl/Readme
18 to see what version these scripts are based on.
19 .SH EXAMPLES
20 .TP
21 Default output,
22
23 .B tcl_cpudist.d
24 .PP
25 .SH FIELDS
26 .TP
27 1
28 Process ID
29 .TP
30 2
31 Type of call (proc/cmd/total)
32 .TP
33 3
34 Name of call
35 .PP
36 .SH DOCUMENTATION
37 See the DTraceToolkit for further documentation under the 
38 Examples, Notes and Docs directories. The example files may be
39 especially useful as they aim to demonstrate how to interpret
40 the output.
41 .SH EXIT
42 tcl_cpudist.d will run until Ctrl-C is hit.
43 .SH AUTHOR
44 Brendan Gregg
45 [CA, USA]
46 .SH SEE ALSO
47 dtrace(1M)