]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/rb_flowtime.d.1m
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Man / man1m / rb_flowtime.d.1m
1 .TH rb_flowtime.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 rb_flowtime.d - snoop Ruby function (method) flow using DTrace.
4 .SH SYNOPSIS
5 .B rb_flowtime.d
6
7 .SH DESCRIPTION
8 This traces activity from all Ruby programs on the system that are
9 running with Ruby provider support.
10
11 Filename and method names are printed if available.
12 .SH OS
13 Any
14 .SH STABILITY
15 Evolving - uses the DTrace Ruby provider, which may change 
16 as additional features are introduced. Check Ruby/Readme
17 to see what version these scripts are based on.
18 .SH EXAMPLES
19 .TP
20 Default output,
21
22 .B rb_flowtime.d
23 .PP
24 .SH FIELDS
25 .TP
26 C
27 CPU-id
28 .TP
29 TIME(us)
30 Time since boot, us
31 .TP
32 FILE
33 Filename that this method belongs to
34 .TP
35 DELTA(us)
36 Elapsed time from previous line to this line
37 .TP
38 CLASS::METHOD
39 Ruby class and method name
40 .SH LEGEND
41 .TP
42 \->
43 method entry
44 .TP
45 <\-
46 method return
47 .SH WARNING
48 Watch the first column carefully, it prints the CPU-id. If it
49 changes, then it is very likely that the output has been shuffled.
50 .PP
51 .SH DOCUMENTATION
52 See the DTraceToolkit for further documentation under the 
53 Examples, Notes and Docs directories. The example files may be
54 especially useful as they aim to demonstrate how to interpret
55 the output.
56 .SH EXIT
57 rb_flowtime.d will run until Ctrl-C is hit.
58 .SH AUTHOR
59 Brendan Gregg
60 [CA, USA]
61 .SH SEE ALSO
62 dtrace(1M)