These statistics can be accessed online using the EXEC CICS® COLLECT STATISTICS JVMPROGRAM command, and are mapped by the DFHPGRDS DSECT. For programming information about the EXEC CICS COLLECT STATISTICS command, see the CICS System Programming Reference manual.
This section contains the following statistics:
DFHSTUP name | Field name | Description |
---|---|---|
Program name | PGR_JVMPROGRAM_NAME | is the name of the Java™ program.
Reset characteristic: not reset
|
Profile name | PGR_JVMPROGRAM_PROFILE | is the JVM profile that the program requires (as specified
in the JVMPROFILE attribute of the PROGRAM resource definition).
Reset characteristic: not reset
|
Exec key | PGR_JVMPROGRAM_EXEC_KEY | is the execution key that the program requires (CICS key or user
key, as specified in the EXECKEY attribute of the PROGRAM resource definition).
Reset characteristic: not reset
|
JVM class | PGR_JVMPROGRAM_JVMCLASS | is the main class in the program (the Java class
whose public static main method is to be invoked, as specified
in the JVMCLASS attribute of the PROGRAM resource definition).
Reset characteristic: not reset
|
Times used | PGR_JVMPROGRAM_USECOUNT | is the number of times the program has been used.
Reset characteristic: reset to zero
|
Summary statistics are not available online.
DFHSTUP name | Description |
---|---|
Program name | is the name of the Java program.
|
Profile name | is the JVM profile that the program requires (as specified
in the JVM attribute of the PROGRAM resource definition).
|
Exec key | is the execution key that the program requires (CICS key or user
key, as specified in the EXECKEY attribute of the PROGRAM resource definition).
|
JVM class | is the main class in the program (the Java class
whose public static main method is to be invoked, as specified
in the JVMCLASS attribute of the PROGRAM resource definition).
|
Times used | is the number of times the program has been used.
|