JVM Completed Job Summary attributes
Use the JVM Completed Job Summary attributes to review monitored JVMs that have completed recently.
Managed System Identifies a collection of the Java Virtual Machines that run on the LPAR that is monitored by the JVM Monitor. The value is a text string of up to 32 alphanumeric characters that combines the Collector ID and the SMF ID in the following format: Collector_ID:SMF_ID:JVM.
SMF ID Indicates the System Management Facility (SMF) identifier of the LPAR.
Collector ID Indicates the identifier of a JVM collector instance.
Job Name Indicates the name of the job or started task that is hosting the JVM.
ASID Address Space ID (in hex) of the jobname hosting this JVM.
Process ID Indicates the UNIX System Services process ID (PID) of the JVM.
Subsystem Type z/OS subsystem type for job or started task using the JVM.
Max Garbage Collection Rate Maximum Rate of garbage collection (collections/minute) reached during the job.
Max Garbage Collection Pause Maximum proportion of time spent in GC pauses (percent).
Max Heap Occupancy Average percentage of heap in use after garbage collection.
Max Lock Miss Percent Maximum percentage of total gets for which a thread trying to enter the lock on synchronized code had to wait.
Max Lock Util Maximum percentage of time the lock was held.
Max Lock Hold Time The maximum amount of time any lock was held or owned by a thread, for example the amount of time spent in a synchronized block, measured in milliseconds.
Max General CPU Maximum proportion of time the job spent on general purpose processors during it's execution.
Max zIIP on CP Maximum proportion of execution time on general purpose processors eligible to be executed on zIIP processors but were unavailable.
Max Thread Count Maximum number of threads encountered during the job's execution.
Max Threads Blocked Maximum number of blocked threads found at any time during execution.
Application Application running this JVM.
Sample Count Number of history collection samples for this job.