Running Threads
|
The number of threads in the process, including system threads.
|
Deadlocked Threads
|
The number of deadlocked threads in the process.
|
Garbage Collection
|
For each garbage collector running in the process, the metrics shown are:
- The total uptime of the process
- The number of objects garbage collected
- The cumulative time spent in garbage collection overall
|
Thread Pool Best Performers
|
The TIBCO BusinebuilssEvents-specific thread pools in the agent, sorted by number of active threads. The fewer running threads in a pool, the better its performance.
(If there are only a few thread pools running in an agent, the best and worst performer charts are a mirror image of each other.)
|
Thread Pool Worst Performers
|
The TIBCO BusinessEvents-specific thread pools in the agent, sorted by number of active threads. The more running threads in a pool, the worse its performance.
(If there are only a few thread pools running in an agent, the best and worst performer charts are a mirror image of each other.)
|
Thread Pool Usage
|
Each line represents one thread pool. Usage is in terms of the number of threads in use in each pool. The pane shows a trend of the number of busy (used) threads over time. Four default threads are:
$default.be.mt$: The general thread pool controlled by the property
com.tibco.cep.runtime.scheduler.default.numThreads
CacheCluster handles the Agent and other Cache membership and other properties.
CommonScheduledWorkManager: Any
Scheduler created with a single thread uses this default thread pool.
CommonWorkManager: Any
WorkManager created with a single thread uses this default thread pool.
|
Job Queue Best Performers
|
The best performing TIBCO BusinessEvents-specific job queues. Job queue performance is based on how many jobs are pending in the queue. The fewer the number of pending jobs, the better the performance of the queue.
(If there are only a few job queues, the best and worst performer charts are a mirror image of each other.)
|
Job Queue Worst Performers
|
The worst performing TIBCO BusinessEvents-specific job queues. Job queue performance is based on how many jobs are pending in the queue. The larger the number of pending jobs, the worse the performance of the queue.
(If there are only a few job queues, the best and worst performer charts are a mirror image of each other.)
|
Job Queue Usage
|
The count of active jobs in the TIBCO BusinessEvents-specific job queues.
|