]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/rb_malloc.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 / rb_malloc.d.1m
1 .TH rb_malloc.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 rb_malloc.d - Ruby operations and libc malloc statistics.
4 .SH SYNOPSIS
5 .B rb_malloc.d
6 { \-p PID | \-c cmd }   
7 .SH DESCRIPTION
8 Filename and method names are printed if available.
9 .SH OS
10 Any
11 .SH STABILITY
12 Evolving - uses the DTrace Ruby provider, which may change 
13 as additional features are introduced. Check Ruby/Readme
14 to see what version these scripts are based on.
15 .SH EXAMPLES
16 .TP
17 Default output,
18
19 .B rb_malloc.d
20 .PP
21 .SH FIELDS
22 .TP
23 1
24 Filename of the Ruby program
25 .TP
26 2
27 Type of operation (method/objnew/startup)
28 .TP
29 3
30 Name of operation
31 .SH WARNING
32 This script is not 100% accurate; This prints libc malloc() byte
33 distributions by "recent" Ruby operation, which we hope will be usually
34 relevant. This is an experimental script that may be improved over time.
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 rb_malloc.d will run until Ctrl-C is hit.
43 .SH AUTHOR
44 Brendan Gregg
45 [CA, USA]
46 .SH SEE ALSO
47 dtrace(1M)