coverl 发表于 2017-2-14 12:36:18

Jconsole to monitor Weblogic

  1. modify JAVA_OPTIONS to enable the jmx remote connection of Weblogic. 
  
 setenv JAVA_OPTIONS '-Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:server=y,transport=dt_socket,suspend=n,address=35902 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false'
  2.open JConsole and input the address like this:
 service:jmx:rmi:///jndi/rmi://127.0.0.1:8888/jmxrmi
  
More information , see http://www.performanceengineer.com/blog/monitoring-weblogic-using-jmx/
页: [1]
查看完整版本: Jconsole to monitor Weblogic