Browse Source

Add ways of performance monitoring

master
Richard Shih 6 years ago
parent
commit
59a46a50a6
1 changed files with 22 additions and 0 deletions
  1. 22
      wildfly_tml_txgw/MONITOR.md

22
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
Loading…
Cancel
Save