SHARELOCKSTATISTICSRESET
The system table SYSINFO.SHARELOCKSTATISTICSRESET
describes the critical sections and their use since the last RESET SHARELOCKSTATISTICS
or RESET ALL
.
|
TIMESTAMP |
Time of the last RESET for these entries |
|
CHAR(20) |
Address in memory |
|
CHAR(40) |
Name of the spin lock pool used |
|
FIXED(20) |
Index in a group of share licks that use the spin lock pool |
|
FIXED(20) |
Number of exclusive accesses to this critical section |
|
FIXED(20) |
Number of non-exclusive accesses to this critical section |
|
FIXED(20) |
Number of collisions between a task that is occupying the critical section and another task that is requesting the critical section |
|
FIXED(20) |
Number of tasks waiting for access to the critical section |
|
FIXED(20) |
Number of task collisions in the management of the critical section |
|
FIXED(10) |
Identification of the task that last gained access to the share lock |
SHARELOCKSTATISTICS, SHARELOCKINFORMATION, SHARELOCKWAITINGTASKS
Concepts of the Database System, Working Memory Areas
Glossary, Critical Section