You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
496 B

  1. # Performance Monitoring #
  2. Tools use to monitoring performance of Wildfly server
  3. - ### VirtualVM ###
  4. ```bash
  5. ${JDK_HOME}\bin\jvisualvm.exe -cp:a ${JBOSS_HOME}\bin\client\jboss-client.jar
  6. ```
  7. - ### JConsole ###
  8. ```bash
  9. ${JBOSS_HOME}\bin\jconsole.bat
  10. ```
  11. - ### Java Mission Control ###
  12. ```bash
  13. ${JDK_HOME}\bin\jmc.exe -vmargs -Xbootclasspath/a:${JBOSS_HOME}\bin\client\jboss-client.jar
  14. ```
  15. ### JMX Connect String ###
  16. service:jmx:remote+http://[IP-Address|Hostname]:9990