From 59a46a50a6ca8ff426a93b175d3da62a9ab348cf Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 14 Dec 2018 17:49:08 +0800 Subject: [PATCH] Add ways of performance monitoring --- wildfly_tml_txgw/MONITOR.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wildfly_tml_txgw/MONITOR.md 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