]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_who.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_who.d.1m
1 .TH tcl_who.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_who.d - trace Tcl calls by process using DTrace.
4 .SH SYNOPSIS
5 .B tcl_who.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 Calls is a measure of activity, and is a count of the procedures and
12 commands that Tcl called.
13
14 The argument list is truncated at 55 characters (up to 80 is easily
15 available). To easily read the full argument list, use other system tools;
16 on Solaris use "pargs PID".
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_who.d
28 .PP
29 .SH FIELDS
30 .TP
31 PID
32 Process ID of Tcl
33 .TP
34 UID
35 User ID of the owner
36 .TP
37 CALLS
38 Number of calls made (proc + cmd)
39 .TP
40 ARGS
41 Process name and arguments
42 .PP
43 .SH DOCUMENTATION
44 See the DTraceToolkit for further documentation under the 
45 Examples, Notes and Docs directories. The example files may be
46 especially useful as they aim to demonstrate how to interpret
47 the output.
48 .SH EXIT
49 tcl_who.d will run until Ctrl-C is hit.
50 .SH AUTHOR
51 Brendan Gregg
52 [CA, USA]
53 .SH SEE ALSO
54 dtrace(1M)