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