]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_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 / j_calldist.d.1m
1 .TH j_calldist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_calldist.d - measure Java elapsed times for different types of operation.
4 .SH SYNOPSIS
5 .B j_calldist.d
6 [top]   
7 .SH DESCRIPTION
8 This traces activity from all Java processes on the system with hotspot
9 provider support (1.6.0). Method calls are only visible when using the
10 flag "+ExtendedDTraceProbes". eg, java -XX:+ExtendedDTraceProbes classfile
11
12 The "top" optional argument will truncate the output for each report
13 section to that many lines, with a default of 10.
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_calldist.d
25 .PP
26 .SH FIELDS
27 .TP
28 1
29 Process ID
30 .TP
31 2
32 Type of call (method/gc)
33 .TP
34 3
35 Name of call
36 .PP
37 .SH DOCUMENTATION
38 See the DTraceToolkit for further documentation under the 
39 Examples, Notes and Docs directories. The example files may be
40 especially useful as they aim to demonstrate how to interpret
41 the output.
42 .SH EXIT
43 j_calldist.d will run until Ctrl-C is hit.
44 .SH AUTHOR
45 Brendan Gregg
46 [CA, USA]
47 .SH SEE ALSO
48 dtrace(1M)