(deprecated)-contention

Displays many key buffer cache and memory manager locks. These lock and mutex counters show the activity within the buffer cache and heap memory and how quickly these locks were resolved. Timeout numbers that exceed 20% indicate a problem.

Usage

monitor_options -contention

Output

-contention Output Fields

Output Field

Description

AU

Current number of active users

LRULks

Number times the LRU was locked (repeated for the temp cache)

woTO

Number times lock was granted without timeout (repeated for the temp cache)

Loops

Number times SAP Sybase IQ retried before lock was granted (repeated for the temp cache)

TOs

Number of times SAP Sybase IQ timed out and had to wait for the lock (repeated for the temp cache)

BWaits

Number of busy waits for a buffer in the cache (repeated for the temp cache)

IOLock

Number of times SAP Sybase IQ locked the compressed I/O pool (repeated for the temp cache); can be ignored

IOWait

Number of times SAP Sybase IQ had to wait for the lock on the compressed I/O pool (repeated for the temp cache); can be ignored

HTLock

Number of times SAP Sybase IQ locked the block maps hash table (repeated for the temp cache)

HTWait

Number of times SAP Sybase IQ had to wait for the block maps hash table (repeated for the temp cache); HTLock and HTWait indicate how many block maps you are using

FLLock

Number of times SAP Sybase IQ had to lock the free list (repeated for the temp cache)

FLWait

Number of times SAP Sybase IQ had to wait for the lock on the free list (repeated for the temp cache)

MemLks

Number of timesSAP Sybase IQ took the memory manager (heap) lock

MemWts

Number of times SAP Sybase IQ had to wait for the memory manager lock

Note: SAP Sybase IQ no longer uses spin locks. As a result, woTO, Loops, and TOs statistics are rarely used.