1. 1. 15. jconsole工具 |
|
The jconsoletool is a JMX-compliant graphical tool for monitoring a Java virtual machine. |
The jconsoletool can monitor both local and remote JVMs. |
The jconsoletool can monitor and manage an application. |
The syntax to use jconsoletool is: |
jconsole [ options ] [ connection ... ]
|
|
Option | Description | -interval=n | Allows you to set the update interval to n seconds. | -notile | Specifies not to tile windows initially. | -pluginpath plugins | Specifies a list of the directories or JAR files that are searched for JConsole plug-ins. | -help | Describes the jconsoletool option. |
|