diff --git a/wildfly_tml_txgw/MONITOR.md b/wildfly_tml_txgw/MONITOR.md new file mode 100644 index 0000000..c4812e7 --- /dev/null +++ b/wildfly_tml_txgw/MONITOR.md @@ -0,0 +1,22 @@ +# Performance Monitoring # + +Tools use to monitoring performance of Wildfly server + +- ### VirtualVM ### + +```bash + ${JDK_HOME}\bin\jvisualvm.exe -cp:a ${JBOSS_HOME}\bin\client\jboss-client.jar +``` + +- ### JConsole ### +```bash + ${JBOSS_HOME}\bin\jconsole.bat +``` + +- ### Java Mission Control ### +```bash + ${JDK_HOME}\bin\jmc.exe -vmargs -Xbootclasspath/a:${JBOSS_HOME}\bin\client\jboss-client.jar +``` + +### JMX Connect String ### + service:jmx:remote+http://[IP-Address|Hostname]:9990 \ No newline at end of file