CICS Db2 resource statistics: Performance information
The performance information gives details of thread information for each DB2ENTRY.
| DFHSTUP name | Field name | Description |
|---|---|---|
| DB2Entry Name | D2R_DB2ENTRY_NAME | The name of the installed DB2ENTRY Reset characteristic: not reset |
| Thread Limit | D2R_THREAD_LIMIT | The current maximum number of threads allowed for the DB2ENTRY. Reset characteristic: not reset |
| Thread Current | D2R_THREAD_CURRENT | The current number of active threads for this DB2ENTRY. Reset characteristic: not reset |
| Thread HWM | D2R_THREAD_HWM | The peak number of active threads for this DB2ENTRY. Reset characteristic: reset to current value (D2R_THREAD_CURRENT) |
| Pthread Limit | D2R_PTHREAD_LIMIT | The current maximum number of protected threads allowed for this DB2ENTRY.
Reset characteristic: not reset |
| Pthread Current | D2R_PTHREAD_CURRENT | The current number of protected threads for this DB2ENTRY. Reset characteristic: not reset |
| Pthread HWM | D2R_PTHREAD_HWM | The peak number of protected threads for this DB2ENTRY. Reset characteristic: reset to current value (D2R_PTHREAD_CURRENT) |
| Task Current | D2R_TASK_CURRENT | The current number of CICS® tasks that are using this DB2ENTRY. Reset characteristic: not reset |
| Task HWM | D2R_TASK_HWM | The peak number of CICS tasks that have used this DB2ENTRY. Reset characteristic: reset to current value (D2R_TASK_CURRENT) |
| Task Total | D2R_TASK_TOTAL | The total number of completed tasks that have used this DB2ENTRY. Reset characteristic: reset to zero. |
| Readyq Current | D2R_READYQ_CURRENT | The current number of CICS tasks waiting for a thread to become available on this DB2ENTRY.
Reset characteristic: not reset |
| Readyq HWM | D2R_READYQ_HWM | The peak number of CICS tasks that waited for a thread to become available on this DB2ENTRY.
Reset characteristic: reset to current value (D2R_READYQ_CURRENT) |
| Reuselm hits | D2R_REUSELIMIT_COUNT | The number of times the reuse limit has been reached by a thread for this
DB2ENTRY. Reset characteristic: reset to zero. |