]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/py_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 / py_who.d.1m
1 .TH py_who.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 py_who.d - trace Python function execution by process using DTrace.
4 .SH SYNOPSIS
5 .B py_who.d
6
7 .SH DESCRIPTION
8 This traces Python activity from all Python programs on the system that are
9 running with Python provider support.
10
11 Filenames 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_who.d
23 .PP
24 .SH FIELDS
25 .TP
26 PID
27 Process ID of Python
28 .TP
29 UID
30 User ID of the owner
31 .TP
32 FUNCS
33 Number of function calls
34 .TP
35 FILE
36 Pathname of the Python program
37 .PP
38 .SH DOCUMENTATION
39 See the DTraceToolkit for further documentation under the 
40 Examples, Notes and Docs directories. The example files may be
41 especially useful as they aim to demonstrate how to interpret
42 the output.
43 .SH EXIT
44 py_who.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)