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