]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_methodcalls.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / j_methodcalls.d.1m
1 .TH j_methodcalls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_methodcalls.d - count Java method calls DTrace.
4 .SH SYNOPSIS
5 .B j_methodcalls.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 .SH OS
12 Solaris
13 .SH STABILITY
14 Evolving - uses the DTrace hotspot provider, which may change 
15 as additional features are introduced. Check Java/Readme
16 to see what version these scripts are based on.
17 .SH EXAMPLES
18 .TP
19 Default output,
20
21 .B j_methodcalls.d
22 .PP
23 .SH FIELDS
24 .TP
25 PID
26 Process ID
27 .TP
28 COUNT
29 Number of calls during sample
30 .TP
31 CLASS.METHOD
32 Java class and method name
33 .PP
34 .SH DOCUMENTATION
35 See the DTraceToolkit for further documentation under the 
36 Examples, Notes and Docs directories. The example files may be
37 especially useful as they aim to demonstrate how to interpret
38 the output.
39 .SH EXIT
40 j_methodcalls.d will run until Ctrl-C is hit.
41 .SH AUTHOR
42 Brendan Gregg
43 [CA, USA]
44 .SH SEE ALSO
45 dtrace(1M)