]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_cputime.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_cputime.d.1m
1 .TH tcl_cputime.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_cputime.d - measure Tcl on-CPU times for different types of operation.
4 .SH SYNOPSIS
5 .B tcl_cputime.d
6 [top]   
7 eg,
8 tcl_cputime.d           # default, truncate to 10 lines
9 tcl_cputime.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_cputime.d
24 .PP
25 .SH FIELDS
26 .TP
27 PID
28 Process ID
29 .TP
30 TYPE
31 Type of call (proc/cmd/total)
32 .TP
33 NAME
34 Name of call
35 .TP
36 TOTAL
37 Total on-CPU time for calls (us)
38 .PP
39 .SH DOCUMENTATION
40 See the DTraceToolkit for further documentation under the 
41 Examples, Notes and Docs directories. The example files may be
42 especially useful as they aim to demonstrate how to interpret
43 the output.
44 .SH EXIT
45 tcl_cputime.d will run until Ctrl-C is hit.
46 .SH AUTHOR
47 Brendan Gregg
48 [CA, USA]
49 .SH SEE ALSO
50 dtrace(1M)