]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_cputime.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_cputime.d.1m
1 .TH j_cputime.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_cputime.d - measure Java on-CPU times for different types of operation.
4 .SH SYNOPSIS
5 .B j_cputime.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_cputime.d
25 .PP
26 .SH FIELDS
27 .TP
28 PID
29 Process ID
30 .TP
31 TYPE
32 Type of call (method/gc/total)
33 .TP
34 NAME
35 Name of call
36 .TP
37 TOTAL
38 Total on-CPU time for calls (us)
39 .PP
40 .SH DOCUMENTATION
41 See the DTraceToolkit for further documentation under the 
42 Examples, Notes and Docs directories. The example files may be
43 especially useful as they aim to demonstrate how to interpret
44 the output.
45 .SH EXIT
46 j_cputime.d will run until Ctrl-C is hit.
47 .SH AUTHOR
48 Brendan Gregg
49 [CA, USA]
50 .SH SEE ALSO
51 dtrace(1M)