]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_calls.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_calls.d.1m
1 .TH tcl_calls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_calls.d - count Tcl calls (proc/cmd) using DTrace.
4 .SH SYNOPSIS
5 .B tcl_calls.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
11 TYPEs:
12 proc            procedure
13 cmd             command
14
15 PORTIONS: Copyright (c) 2007 Brendan Gregg.
16
17 CDDL HEADER START
18
19 The contents of this file are subject to the terms of the
20 Common Development and Distribution License, Version 1.0 only
21 (the "License").  You may not use this file except in compliance
22 with the License.
23
24 You can obtain a copy of the license at Docs/cddl1.txt
25 or http://www.opensolaris.org/os/licensing.
26 See the License for the specific language governing permissions
27 and limitations under the License.
28
29 CDDL HEADER END
30
31 09-Sep-2007     Brendan Gregg   Created this.
32 .SH OS
33 Any
34 .SH STABILITY
35 Evolving - uses the DTrace Tcl provider, which may change 
36 as additional features are introduced. Check Tcl/Readme
37 to see what version these scripts are based on.
38 .SH EXAMPLES
39 .TP
40 Default output,
41
42 .B tcl_calls.d
43 .PP
44 .SH FIELDS
45 .TP
46 PID
47 Process ID
48 .TP
49 TYPE
50 Type of call (see below)
51 .TP
52 NAME
53 Name of proc or cmd call
54 .TP
55 COUNT
56 Number of calls during sample
57 .PP
58 .SH DOCUMENTATION
59 See the DTraceToolkit for further documentation under the 
60 Examples, Notes and Docs directories. The example files may be
61 especially useful as they aim to demonstrate how to interpret
62 the output.
63 .SH EXIT
64 tcl_calls.d will run until Ctrl-C is hit.
65 .SH AUTHOR
66
67 .SH SEE ALSO
68 dtrace(1M)