]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_thread.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_thread.d.1m
1 .TH j_thread.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_thread.d - snoop Java thread execution using DTrace.
4 .SH SYNOPSIS
5 .B j_thread.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_thread.d
21 .PP
22 .SH FIELDS
23 .TP
24 TIME
25 Time string
26 .TP
27 PID
28 Process ID
29 .TP
30 TID
31 Thread ID
32 .TP
33 THREAD
34 Thread name
35 .SH LEGEND
36 .TP
37 =>
38 thread start
39 .TP
40 <=
41 thread end
42 .PP
43 .SH DOCUMENTATION
44 See the DTraceToolkit for further documentation under the 
45 Examples, Notes and Docs directories. The example files may be
46 especially useful as they aim to demonstrate how to interpret
47 the output.
48 .SH EXIT
49 j_thread.d will run until Ctrl-C is hit.
50 .SH AUTHOR
51 Brendan Gregg
52 [CA, USA]
53 .SH SEE ALSO
54 dtrace(1M)