]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/py_mallocstk.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / py_mallocstk.d.1m
1 .TH py_mallocstk.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 py_mallocstk.d - Python libc malloc analysis with full stack traces.
4 .SH SYNOPSIS
5 .B py_mallocstk.d
6 { \-p PID | \-c cmd }   
7 .SH DESCRIPTION
8
9 .SH OS
10 Any
11 .SH STABILITY
12 Evolving - uses the DTrace Python provider, which may change 
13 as additional features are introduced. Check Python/Readme
14 to see what version these scripts are based on.
15 .SH EXAMPLES
16 .TP
17 Default output,
18
19 .B py_mallocstk.d
20 .PP
21 .PP
22 .SH DOCUMENTATION
23 See the DTraceToolkit for further documentation under the 
24 Examples, Notes and Docs directories. The example files may be
25 especially useful as they aim to demonstrate how to interpret
26 the output.
27 .SH EXIT
28 py_mallocstk.d will run until Ctrl-C is hit.
29 .SH AUTHOR
30 Brendan Gregg
31 [CA, USA]
32 .SH SEE ALSO
33 dtrace(1M)