Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Monitor the health of your Joget system by using the VisualVM tool. VisualVM comes by default in JDK7 and newer.
Code Block |
---|
-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=127.0.0.1 |
You are now able to monitor the real time performance and/or resources usage of your Joget system.
Name | Description |
---|---|
Heap dump | A heap dump is a snapshot of memory at a given point in time. It contains information on the Java objects and classes in memory at the time the snapshot was taken. |
Thread dump | A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine (JVM). |