JVM Threads attributes
Use the JVM Threads attributes to view information about the active threads 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).
Collector ID Indicates the identifier of the OMEGAMON Monitoring for JVM collector.
Contending Object Indicates the name of the object that the thread is waiting to enter.
Contending Thread ID Indicates the ID of the thread that owns the lock on the monitor that this thread is waiting to enter.
Contending Thread Name Indicates the name of the thread that owns the lock on the monitor that this thread is waiting to enter.
CPU Time Indicates the accumulated CPU that is consumed by the thread since it was started.
CPU Percent Indicates the percentage of CPU that is consumed by the thread at this time.
Job Name Indicates the name of the job or started task that is hosting the JVM.
Locks Owned Identifies a list of the fully qualified names of the locks that are owned by the thread.
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.
Number Monitors Owned Indicates the number of monitors that are owned by the thread.
Process ID Indicates the UNIX System Services process ID (PID) of the JVM.
SMF ID Indicates the System Management Facility (SMF) identifier of the LPAR.
Stack Trace Lists the stack frame for the thread.
- BLOCKED
- The thread is blocked waiting for a monitor lock.
- NEW
- The thread is not started.
- RUNNABLE
- The thread is running in the Java virtual machine.
- TERMINATED
- The thread exited.
- TIMED WAITING
- The thread is waiting for a specified amount of time for another thread to perform an action.
- WAITING
- The thread is waiting indefinitely for another thread to perform an action.
- UNKNOWN
- The thread state is unknown.