]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/py_funccalls.d.1m
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Man / man1m / py_funccalls.d.1m
1 .TH py_funccalls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 py_funccalls.d - measure Python function calls using DTrace.
4 .SH SYNOPSIS
5 .B py_funccalls.d
6
7 .SH DESCRIPTION
8 This traces Python activity from all running programs on the system
9 which support the Python DTrace provider.
10
11 Filename and function names are printed if available.
12 .SH OS
13 Any
14 .SH STABILITY
15 Evolving - uses the DTrace Python provider, which may change 
16 as additional features are introduced. Check Python/Readme
17 to see what version these scripts are based on.
18 .SH EXAMPLES
19 .TP
20 Default output,
21
22 .B py_funccalls.d
23 .PP
24 .SH FIELDS
25 .TP
26 FUNC
27 Python function name
28 .TP
29 CALLS
30 Function calls during this sample
31 .PP
32 .SH DOCUMENTATION
33 See the DTraceToolkit for further documentation under the 
34 Examples, Notes and Docs directories. The example files may be
35 especially useful as they aim to demonstrate how to interpret
36 the output.
37 .SH EXIT
38 py_funccalls.d will run until Ctrl-C is hit.
39 .SH AUTHOR
40 Brendan Gregg
41 [CA, USA]
42 .SH SEE ALSO
43 dtrace(1M)