]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_stat.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_stat.d.1m
1 .TH tcl_stat.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_stat.d - Tcl operation stats using DTrace.
4 .SH SYNOPSIS
5 .B tcl_stat.d
6 [interval [count]]
7 .SH DESCRIPTION
8 This traces activity from all Tcl processes on the system with DTrace
9 provider support (tcl8.4.16).
10
11 The numbers are counts for the interval specified. The default interval
12 is 1 second.
13
14 If you see a count in "EXECS" but not in the other columns, then you
15 may have older Tcl software that does not have the integrated DTrace
16 provider (or newer software where the provider has changed).
17 .SH OS
18 Any
19 .SH STABILITY
20 Evolving - uses the DTrace Tcl provider, which may change 
21 as additional features are introduced. Check Tcl/Readme
22 to see what version these scripts are based on.
23 .SH EXAMPLES
24 .TP
25 Default output,
26
27 .B tcl_stat.d
28 .PP
29 .SH FIELDS
30 .TP
31 EXEC/s
32 Tcl programs executed per second, including
33 those without Tcl provider support
34 .TP
35 PROC/s
36 Procedures called, per second
37 .TP
38 CMD/s
39 Commands created, per second
40 .TP
41 OBJNEW/s
42 Objects created, per second
43 .TP
44 OBJFRE/s
45 Objects freed, per second
46 .TP
47 OP/s
48 Bytecode operations, per second
49 .PP
50 .SH DOCUMENTATION
51 See the DTraceToolkit for further documentation under the 
52 Examples, Notes and Docs directories. The example files may be
53 especially useful as they aim to demonstrate how to interpret
54 the output.
55 .SH EXIT
56 tcl_stat.d will run until Ctrl-C is hit.
57 .SH AUTHOR
58 Brendan Gregg
59 [CA, USA]
60 .SH SEE ALSO
61 dtrace(1M)