Mega Code Archive

 
Categories / Java Tutorial / Language
 

The jconsole Tool

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 ... ] OptionDescription -interval=nAllows you to set the update interval to n seconds. -notileSpecifies not to tile windows initially. -pluginpath pluginsSpecifies a list of the directories or JAR files that are searched for JConsole plug-ins. -helpDescribes the jconsoletool option.