up arrow

Serviceability Tools

These tools include the following

Tool Description
jconsole A JMX-compliant graphical tool for monitoring a Java virtual machine.
jcontrol Allows Java Plugin settings to be modified
jrunscript Runs a script
jsadebugd Starts a daemon to allow remote jhat, jstack, jinfo commands
jdb A simple command line debugger
jhat Analyzes a heap dump
jinfo Shows information about a JVM process
jmap Shows memory usage, and dumps the heap
jps Shows JVM processes
jstack Shows stack traces
jstat Shows performance counters
jstatd Starts a daemon to allow remote jstat commands.

Documentation

Community