JVM Locks attributes
Use the JVM Locks attributes to view lock metrics for a monitored Java virtual machine (JVM).
ASID Indicates the hexadecimal address space ID of the job or started task that is hosting the Java virtual machine (JVM).
Avg Hold Time Indicates the average time in milliseconds that the lock was held or owned by a thread.
Collector ID Indicates the identifier of the OMEGAMON Monitoring for JVM collector.
Get Count Indicates the total number of lock acquires.
Job Name Indicates the name of the job or started task that is hosting the JVM.
Managed System Identifies the node that represents the system where the JVM data was collected. 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.
Missed Percent Indicates the percentage of total gets for which the thread that is trying to enter the lock on synchronized code had to wait.
Monitor Name Indicates the monitor name.
Process ID Indicates the UNIX System Services process ID (PID) of the JVM.
Recursive Acquires Indicates the total number of recursive lock acquires, which occur when the requesting thread already owns the monitor.
Slow Gets Indicates the total number of nonrecursive lock acquires for which the requesting thread had to wait because the lock was held by another thread.
SMF ID Indicates the System Management Facility (SMF) identifier of the LPAR.
Utilization Percent Indicates the percentage of time that the lock was held.