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