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