The system table SPINLOCKSTATISTICSRESET contains information on internal lock mechanisms since the last RESET SPINLOCKSTATISTICS or RESET ALL.
SPINLOCKSTATISTICSRESET
RESETDATE |
TIMESTAMP |
Time of the last RESET for these entries |
NAME |
CHAR(40) |
Name of the spin lock |
LOCKCOUNT |
FIXED(20) |
Number of attempts to get the spin lock |
COLLISIONCOUNT |
FIXED(20) |
Number of failed attempts to get the spin lock |
SPINLOOPCOUNT |
FIXED(10) |
Number of attempts to get the spin lock without prior release of the CPU |
YIELDLOOPCOUNT |
FIXED(10) |
Number of attempts to get the spin lock after prior release of the CPU |
MAXSPINLOOPCOUNT |
FIXED(10) |
Maximum number of attempts to get the spin lock without prior release of the CPU |
MAXYIELDLOOPCOUNT |
FIXED(10) |
Maximum number of attempts to get the spin lock after prior release of the CPU |
See also: