This page (revision-61) was last changed on 26-Nov-2021 10:22 by Karen Parrott

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
61 26-Nov-2021 10:22 10 KB Karen Parrott to previous

Page References

Incoming links Outgoing links
IMST

Version management

Difference between version and

At line 67 removed one line
At line 69 added one line
At line 71 added 25 lines
!!Optional Debugging Tools
The following MST Action columns are not supplied as form items to our clients as defaults, but can be added to IMST and will create a button on the screen for debugging purposes.
The setup for these will be done on the [IMFDH] form for the function IMST. On the Form Layout tab, for Seq#120, Form Group ‘BUTTONS LEFT’, add a Group Items for the applicable button to be created.
Example:
Insert screen print here of IMST
;ACT_GARBAGE_COLLECT:-Calls System.gc()\\- https://docs.oracle.com/ javase/7/docs/api/java/lang/System.html#gc()\\- No argument for algorithm – it probably uses whatever is setup in JVM
;ACT_PRINT_JAVA_ENV:- Prints the JVM parameters/System Properties, including the Classpath to the server log\\- Prints IP address information\-Logger hierarchy details
;ACT_PRINT_SYSTEM_INFO:- Prints similar info to ACT_PRINT_JAVA_ENV, but ALSO internal application info\\- All currently Scheduled Reports\\- Lists all logged in Users – MSA.ID, db Session ID, all opened forms, current open forms\\- Database Change Monitor statistics: Avg scan time, # of timeouts, # default scans, lock owners, etc.\\- Business Object Cache statistics: Cache TableNames, ‘child’ caches & row counts\\- Threads available from java.management.ManagementFactory\\ https://docs.oracle.com/javase/7/docs/api/java/lang/management/ManagementFactory.html#getThreadMXBean()\\ \\
----