]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_flowtime.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 / j_flowtime.d.1m
1 .TH j_flowtime.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_flowtime.d - snoop Java execution with method flow and delta times.
4 .SH SYNOPSIS
5 .B j_flowtime.d
6
7 .SH DESCRIPTION
8 This traces activity from all Java processes on the system with hotspot
9 provider support (1.6.0) and the flag "+ExtendedDTraceProbes". eg,
10 java -XX:+ExtendedDTraceProbes classfile
11
12 This watches Java method entries and returns, and indents child
13 method calls.
14 .SH OS
15 Solaris
16 .SH STABILITY
17 Evolving - uses the DTrace hotspot provider, which may change 
18 as additional features are introduced. Check Java/Readme
19 to see what version these scripts are based on.
20 .SH EXAMPLES
21 .TP
22 Default output,
23
24 .B j_flowtime.d
25 .PP
26 .SH FIELDS
27 .TP
28 C
29 CPU-id
30 .TP
31 PID
32 Process ID
33 .TP
34 TID
35 Thread ID
36 .TP
37 TIME(us)
38 Time since boot (us)
39 .TP
40 DELTA(us)
41 Elapsed time from previous line to this line
42 .TP
43 CLASS.METHOD
44 Java class and method name
45 .SH LEGEND
46 .TP
47 \->
48 method entry
49 .TP
50 <\-
51 method return
52 .SH WARNING
53 Watch the first column carefully, it prints the CPU-id. If it
54 changes, then it is very likely that the output has been shuffled.
55 Changes in TID will appear to shuffle output, as we change from one thread
56 depth to the next. See Docs/Notes/ALLjavaflow.txt for additional notes.
57 .PP
58 .SH DOCUMENTATION
59 See the DTraceToolkit for further documentation under the 
60 Examples, Notes and Docs directories. The example files may be
61 especially useful as they aim to demonstrate how to interpret
62 the output.
63 .SH EXIT
64 j_flowtime.d will run until Ctrl-C is hit.
65 .SH AUTHOR
66 Brendan Gregg
67 [CA, USA]
68 .SH SEE ALSO
69 dtrace(1M)