]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/j_who.d.1m
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / cddl / contrib / dtracetoolkit / Man / man1m / j_who.d.1m
1 .TH j_who.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 j_who.d - trace Java calls by process using DTrace.
4 .SH SYNOPSIS
5 .B j_who.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
11 The argument list is truncated at 55 characters (up to 80 is easily
12 available). To easily read the full argument list, use other system tools;
13 on Solaris use "pargs PID".
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_who.d
25 .PP
26 .SH FIELDS
27 .TP
28 PID
29 Process ID of Java
30 .TP
31 UID
32 User ID of the owner
33 .TP
34 CALLS
35 Number of calls made (a measure of activity)
36 .TP
37 ARGS
38 Process name and arguments
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_who.d will run until Ctrl-C is hit.
47 .SH AUTHOR
48 Brendan Gregg
49 [CA, USA]
50 .SH SEE ALSO
51 dtrace(1M)