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