1.JConsole doesn't have much to do with introductions.
Configuration at the 2.Linux end
2.1. Enter the WebSphere console (https://localhost:9043/ibm/console/login.do?action=secure)
2.2. Configuring JVM Parameters
2.2.1, jvm:-djavax.management.builder.initial=-dcom.sun.management.jmxremote (Note: = There must be a space behind)
2.2.2, servers-->server types-->websphere application Servers-->server Infrastructure-->java and Process Management-->process Definition-->java Virtual machine-->generic JVM arguments
2.3, modify the/opt/ibm/websphere/appserver/java/jre/lib/management file under the Management.properties, at the end of the text to add (Note: Netstat-ano | grep 8999, Firewall needs to be released on this port)
com.sun.management.jmxremote.port=8999com.sun.management.jmxremote.authenticate=false Com.sun.management.jmxremote.ssl=false
2.4, in the/opt/ibm/websphere/appserver/java/jre/lib/management folder Jmxremote.password.template, at the end of the text to add (set user name and password)
root [email protected]
2.5. Restart WebSphere
2.5.1,
2.5.2,
Configuration under 3.Windows
3.1. Open Jconsole
3.2. Connection
3.3, Service:jmx:rmi:///jndi/rmi://xx. Xx. Xx.xxx:8999/jmxrmi
Jconsole based on Linux WebSphere Test Performance basic configuration (remote access)