Blame SOURCES/jmc.1

9b2f7e
.TH JMC 1
9b2f7e
.SH NAME
9b2f7e
jmc \- Java profiling and diagnostics tool
9b2f7e
.SH SYNOPSIS
9b2f7e
.B jmc
9b2f7e
[\fB\-vm\fR \fIJVM\fR]
9b2f7e
.SH DESCRIPTION
9b2f7e
JDK Mission Control is a powerful profiler for HotSpot JVMs and has an
9b2f7e
advanced set of tools that enables efficient and detailed analysis of the 
9b2f7e
extensive data collected by JDK Flight Recorder.
9b2f7e
The tool chain enables developers and administrators to collect and analyze data
9b2f7e
from Java applications running locally or deployed in production environments.
9b2f7e
.SH OPTIONS
9b2f7e
.TP
9b2f7e
.BR \-vm \fIJVM\fR
9b2f7e
Specify path to the JVM you wish to use for running JDK Mission Control.
9b2f7e
Defaults to system Java.
9b2f7e
.SH FILES
9b2f7e
.RS
9b2f7e
Startup options are specified here.
9b2f7e
The -vm option can be set here as well to avoid specifying at startup.
9b2f7e
Options specified at startup will override values in this file.
9b2f7e
.SH BUGS
9b2f7e
Report bugs to JMC mailing list: <jmc-dev at openjdk dot java dot net>