Jconsole: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[JMX_Access_to_Standalone_EAP_6#JMX_Client_Classpath_and_Startup_Options|JMX Access to Standalone EAP 6]]


=Overview=
=Overview=
Line 7: Line 9:
==jconsole Classpath and Startup Options==
==jconsole Classpath and Startup Options==


Start jconsole with the following classpath:
jconsole must be started with the following classpath:


<pre>
<pre>
$JAVA_HOME/lib/jconsole.jar:$JAVA_HOME/lib/tools.jar:$JBOSS_HOME/bin/client/jboss-cli-client.jar
-Djava.class.path=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar
</pre>
</pre>


For example, if your jconsole/JDK has been installed under <tt></tt>, the command line should be:
jconsole must also receive the following system property on command line:


<pre>
<pre>
jconsole -J-Dclasspath=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar
-Dmodule.path=${JBOSS_HOME}/modules
</pre>
 
The full command line is:
 
<pre>
jconsole \
-J-Djava.class.path=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar \
-J-Dmodule.path=${JBOSS_HOME}/modules
</pre>
</pre>


==Connect to a "Remote Process"==
==Connect to a "Remote Process"==
<br>
[[Image:jconsole_Remote_Process.png|center]]


Use the following URLs:
Use the following URLs:


* [[JMX_Access_to_Standalone_EAP_6#URL|For Standalone EAP 6]]
* [[JMX_Access_to_Standalone_EAP_6#URL|For Standalone EAP 6]]
* [[JMX_Access_to_EAP_6_Host_Controller#URL|For EAP 6 Host Controller]]
* [[JMX_Access_to_Domain_Mode_EAP_6_Server_Node#URL|For EAP 6 Domain Mode Server Node]]
* [[JMX_Access_To_Standalone_EAP_7#URL|For Standalone EAP 7]]
* [[JMX_Access_to_EAP_7_Host_Controller#URL|For EAP 7 Host Controller]]
* [[JMX_Access_to_Domain_Mode_EAP_7_Server_Node#URL|For EAP 7 Domain Mode Server Node]]

Latest revision as of 05:56, 19 October 2016

Internal

Overview

Configuring jconsole to Connect over JMX to a WildFly Instance

jconsole Classpath and Startup Options

jconsole must be started with the following classpath:

-Djava.class.path=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar

jconsole must also receive the following system property on command line:

-Dmodule.path=${JBOSS_HOME}/modules

The full command line is:

jconsole \
 -J-Djava.class.path=${JAVA_HOME}/lib/jconsole.jar:${JAVA_HOME}/lib/tools.jar:${JBOSS_HOME}/bin/client/jboss-cli-client.jar \
 -J-Dmodule.path=${JBOSS_HOME}/modules

Connect to a "Remote Process"


Jconsole Remote Process.png

Use the following URLs: