The Thread Pool Status attribute group contains information that reflects the status of the internal thread pool used to collect data asynchronously.
The following comprises a list of the attributes for this attribute group. The name in bold text shows how the attribute appears in the Tivoli Enterprise Portal.
Node The managed system name of the agent.
Timestamp The value is the time collected from the agent system when the data row was built and sent from the agent to the Tivoli Enterprise Monitoring Server (or stored for historical purposes). It represents the local time zone of the agent system.
Thread Pool Size The number of threads currently existing in the thread pool.
Thread Pool Max Size The maximum number of threads allowed to exist in the thread pool.
Thread Pool Active Threads The number of threads in the thread pool currently active doing work.
Thread Pool Avg Active Threads The average number of threads in the thread pool simultaneously active doing work.
Thread Pool Min Active Threads The smallest number of threads in the thread pool that have simultaneously been active doing work.
Thread Pool Max Active Threads The peak number of threads in the thread pool that have simultaneously been active doing work.
Thread Pool Queue Length The number of jobs currently waiting in the thread pool queue.
Thread Pool Avg Queue Length The average length of the thread pool queue during this run.
Thread Pool Min Queue Length The minimum length the thread pool queue has reached.
Thread Pool Max Queue Length The peak length the thread pool queue has reached.
Thread Pool Avg Job Wait The average time a job spends waiting on the thread pool queue in seconds.
Thread Pool Total Jobs The number of jobs completed by all threads in the pool since agent start.