]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/rb_calldist.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_calldist.d.1m
1 .TH rb_calldist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 rb_calldist.d - measure Ruby elapsed times for types of operation.
4 .SH SYNOPSIS
5 .B rb_calldist.d
6
7 .SH DESCRIPTION
8 This traces Ruby activity from all programs running on the system with
9 Ruby provider support.
10
11 This script prints distribution plots of elapsed time for Ruby
12 operations. Use rb_calltime.d for summary reports.
13
14 Filename and method names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace Ruby provider, which may change 
19 as additional features are introduced. Check Ruby/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B rb_calldist.d
26 .PP
27 .SH FIELDS
28 .TP
29 1
30 Filename of the Ruby program
31 .TP
32 2
33 Type of call (method/obj-new/gc)
34 .TP
35 3
36 Name of call
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 rb_calldist.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)