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_stat.d(1m) j_stat.d(1m)

j_stat.d - Java operation stats using DTrace.

j_stat.d [interval [count]]

This traces activity from all Java processes on the system with hotspot provider support (1.6.0). Method calls and object allocation are only visible when using the flag "+ExtendedDTraceProbes". eg, java -XX:+ExtendedDTraceProbes classfile

The numbers are counts for the interval specified. The default interval is 1 second.

If you see a count in "EXECS" but not in the other columns, then your Java software is probably not running with the DTrace hotspot provider.

If you see counts in "CLOAD" but not in "METHODS", then you Java software probably isn't running with "+ExtendedDTraceProbes".

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.

Java programs executed per second, including those without Java provider support
Methods called, per second
Objects created, per second
Class loads, per second
Exceptions raised, per second
Rescues, per second
Garbage collects, per second

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_stat.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.