GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
j_flow.d(1m) j_flow.d(1m)

j_flow.d - snoop Java execution showing method flow using DTrace.

j_flow.d

This traces activity from all Java processes on the system with hotspot provider support (1.6.0) and the flag "+ExtendedDTraceProbes". eg, java -XX:+ExtendedDTraceProbes classfile

This watches Java method entries and returns, and indents child method calls.

Solaris

Evolving - uses the DTrace hotspot provider, which may change as additional features are introduced. Check Java/Readme to see what version these scripts are based on.

CPU-id
Time since boot, us
Process ID
Java class and method name

->
method entry
<-
method return

Watch the first column carefully, it prints the CPU-id. If it changes, then it is very likely that the output has been shuffled. Changes in TID will appear to shuffle output, as we change from one thread depth to the next. See Docs/Notes/ALLjavaflow.txt for additional notes.

See the DTraceToolkit for further documentation under the Examples, Notes and Docs directories. The example files may be especially useful as they aim to demonstrate how to interpret the output.

j_flow.d will run until Ctrl-C is hit.

Brendan Gregg [CA, USA]

dtrace(1M)

$Date:: 2007-10-03 #$ USER COMMANDS

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.