]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_syscalls.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_syscalls.d.1m
1 .TH tcl_syscalls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_syscalls.d - count Tcl calls and syscalls using DTrace.
4 .SH SYNOPSIS
5 .B tcl_syscalls.d
6 { \-p PID | \-c cmd }   
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_syscalls.d
21 .PP
22 .SH FIELDS
23 .TP
24 PID
25 Process ID
26 .TP
27 TYPE
28 Type of call (method/syscall)
29 .TP
30 NAME
31 Name of call
32 .TP
33 COUNT
34 Number of calls during sample
35 .PP
36 .SH DOCUMENTATION
37 See the DTraceToolkit for further documentation under the 
38 Examples, Notes and Docs directories. The example files may be
39 especially useful as they aim to demonstrate how to interpret
40 the output.
41 .SH EXIT
42 tcl_syscalls.d will run until Ctrl-C is hit.
43 .SH AUTHOR
44 Brendan Gregg
45 [CA, USA]
46 .SH SEE ALSO
47 dtrace(1M)