Allows downloading system images for multiple separate focus areas. These dumps can be requested by support if tracing problems on your system makes this necessary. Note that the export of these images may contain private information, e.g. IP addresses.
Creates a .hprof
file that can be viewed with Java Visual VM or other memory analysis tool. The image shows all currently existing objects of the JVM with their size. This is helpful to find out why which report needs so much memory or what is using the memory in the first place.
Please note that generating a memory image can take some time and slow down the server significantly.
The SBOM JSON is a Software Bill of Materials file that contains all components currently active in the INETAPP. The SBOM can be generated either manually, for quick checks, or using a web request for automatically obtaining the SBOM.
Generates a text file that displays all active session information of the server.
Note: this file contains personal information, e.g. IP addresses and login names.
Creates a text file which shows all threads of the JVM with their stack traces. This can be useful to track down the cause of deadlock problems.