Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate your JDK's bin folder. (e.g. C:\Program Files\Java\jdk1.7.0\bin)
  2. Locate jvisualvm.exe and execute it.
  3. Under the local tab, you should be able to find your Tomcat instance. Open it.

You are now able to monitor the real time performance and/or resources usage of your Joget system.

Common terminology

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.
Source:

https://www.rallydev.com/community/engineering/outofmemoryerror-fun-heap-dump-analysisImage Added

Thread dump

A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine (JVM).
Source:

https://www.rallydev.com/community/engineering/outofmemoryerror-fun-heap-dump-analysisImage Added