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