Name | Description |
int Idle | Deprecated. The number of idle threads. |
int Queue | Deprecated. The number of current tasks queued within the thread pool. |
int Size | Deprecated. The total number of allocated threads in the pool. |
long Total | Deprecated. The total number of tasks executed during the thread pool’s lifetime. |
long DeltaTotal | The total number of tasks executed during its lifetime. This KPI reports the difference between the last two continuous poll readings of total. |