Statistics

BlockmapMutexs NLocks

Number of blockmap locks.

BlockmapMutexs NWaits

Number of blockmap locks that waited.

BlockmapRegEver

Number of blockmaps instantiated since database creation.

BlockmapRegisters

Number of blockmaps instantiated in the monitor interval.

BlockmapUID

Current blockmap unique ID.

BlockmapUIDnallocs

Number of blockmaps allocated in the monitor interval.

BmapHTMaxEntries

Ideal Value.

BmapHTNClears

Number of entries removed from buffer hash.

BmapHTNCollisn

Number of buffer hash table entries inserted into non-empty hash buckets .

BmapHTNEntries

Number of entries in the blockmap hash table.

BmapHTNFinds

Number of buffer manager hash table probes.

BmapHTNHits

Number of buffer manager hash table probes that were successful.

BmapHTNHits1

Number of buffer hash find calls that hit on 1st try.

BmapHTNHits2

Number of buffer hash find calls that hit on 2nd try.

BmapHTNInserts

Number of blockmap pages that were inserted into the buffer hash table .

BmapHTNLChain

Length of longest chain in buffer hash table.

BmapHTNRehash

Number of rehashes due to buffer hash table growing.

BmapHTNumLocks

Number of times the buffer hash table was locked.

BmapHTNumWaits

Number of waits on buffer hash table lock.

BufAllocAvailBufs

Count of buffers available to be pinned.

BufAllocAvailPF

Count of buffers available for prefetch.

BufAllocMaxBufs

Ideal Value.

BufAllocMutexLocks

Count of locks taken on the buffer allocator.

BufAllocMutexWaits

Count of buffer allocator locks that waited.

BufAllocNPFUsers

Count of indexes/structures using prefetch buffers.

BufAllocNPinUsers

Count of indexes/structures using pinned buffers.

BufAllocNPostEst

Number of calls to post estimated future users.

BufAllocNPostedUsrs

Count of pinned buffer requested in advance.

BufAllocNUnPostEst

Number of calls to unpost estimated future users.

BufAllocNUnpostUsrs

Count of pinned buffers not requested in advance.

BufAllocPinQuota

Ideal Value.

BufAllocReserved

Ideal Value.

BufAllocSlots

Total buffers managed by buffer allocator.

BufHTMaxBucketSize

Length of longest buffer hash chain.

BufHTNBuckets

Number on buffer hash table buckets.

BufHTNEntries

Ideal Value.

BufHTNFoiledOps

Number of operations that had to reacquire the table lock.

BufHTNw2orMore

Number of buffer hash table buckets containing 2 or more entries.

BusyWait

Find requests that waited while a page was being read from disk or written to disk.

Cloned

Buffers that were cloned to create new versions since previous versions were locked by queries.

CacheTeamNum Asleep

Number of buffer cache threads currently inactive.

CacheTeamTimes Woken

Description.

CatalogLock

Lock used to access IQ catalog.

ClientCountOfPinners

Number of buffer allocator clients that have pinned buffers.

CPU User Seconds

Number of user mode CPU seconds.

CPU Sys Seconds

Number of system mode CPU seconds.

CPU Total Seconds

Total of system and user seconds.

Creates

Number of New Pages Created.

DbLogMLock

IQ Message File lock.

DbLogSLock

IQ Message File lock.

Destroys

Number of pages destroyed.

Dirties

Number of page modifications requests.

Dirty

Percentage of pages that have been modified.

Elapsed

Number of CPU seconds used during the run interval.

FalseMiss

Secondary cache lookup found the correct buffer.

FLBitCount

Number of blocks allocated in store (main or temp).

Finds

Number of Finds that were already in the cache.

FLIsOutOfSpace

Flag to indicate when the store is fully allocated (full).

FLMutexLocks

Number of times the freelist was locked.

FLMutexWaits

Number of lock waits on free list.

FlushedBufferCount

Number of buffers written to disk by flush.

Flushes

Number of times the flush operator was called.

GetPageFrame

Number of clean buffers requested from buffer manager.

GetPageFrameFailure

Number of request failed (error due to all buffers locked).

GotEmptyFrame

Number of buffers that were found clean.

GrabbedDirty

Pages that were grabbed dirty and synchronously written to disk to free a buffer.

HitRate

Percentage of Finds that were already in the cache.

IONumLocks

Number of locks on temporary compression buffer pool.

IONumWaits

Locks on temporary compression buffer pool that waited.

InUse

Number of buffers in cache marked as being used.

LRUNumLocks

Number of times that the buffer manager LRU was locked.

LRUNumSpinsWoTO

Number of times that a thread waited to acquire the buffer manager LRU lock .

LRUNumSpinLoops

Number of spin cycles that the buffer manager LRU lock went through .

LRUNumTimeOuts

Number of times that a thread timed out waiting to acquire the buffer manager LRU lock.

MemAllocated

Amount of memory currently allocated from Heap.

MemAllocatedEver

Maximum amount of memory allocated since server started.

MemAllocatedMax

Maximum amount of memory allocated in monitor interval.

MemNAllocated

Number of requests to allocate memory.

MemNAllocatedEver

Number of requests to allocate memory since server started.

MemNTimesLocked

Number of times the heap was lock.

MemNTimesWaited

Number of lock waits on heap.

MovedToMRU

Number of buffers that after use were put back to MRU.

MovedToWash

Number of buffers that after use were put straight into the wash area .

NActiveCommands

Current count of active commands.

NumClients

Number of clients currently registered with the buffer allocator.

NumTeamsAlloc

Total number of teams during monitor interval.

NumThrUsed

Actual threads allocated by server.

PFMgrCondVar

Statistics for prefetch manager lock.

PFMgrNDropped

Number of prefetch requests that were dropped.

PFMgrNRead

Number of Prefetch requests started.

PFMgrNReading

Number of PF reads completed.

PFMgrNSubmitted

Number of prefetch requests submitted.

PFMgrNThreads

Number of threads reserved for prefetch.

PFMgrNValid

Number of valid prefetch requests.

Pages

Number of buffers in cache.

PrefetchInMem

A page requested for prefetch was already in memory.

PrefetchNotInMem

Find of page requested for prefetch that resulted in a read.

PfUserRegisters

Number of times a client registered with the prefetch manager allocator for prefetch.

Pinned

Percent of buffers that are pinned in memory (locked).

PinUserQuota

Maximum number of clients that can register with the buffer allocator for pinned buffers.

PinUserRegisters

Number of times a client registered with the buffer allocator for pinned buffers.

PReadBlks

Number of database blocks read.

PReadKB

Size of database blocks read in KB.

PrefetchReqs

Pages Requested for asynchronous prefetch.

PrefetchUserQuota

Maximum number of clients that can register with the buffer allocator for prefetch.

PWriteBlks

Number of database blocks written.

PWriteKB

Description.

Realdirties

Description.

RemovedFromLRU

Number of buffers that in the LRU when a Find occurred.

RemovedFromWash

Number of buffers that were in the wash area when a Find occurred .

RemovedInScanMode

Number of buffers that were in scan mode when a find occurred.

RepositoryLock

Stats repository lock.

RepositoryNList

Number of stats in status repository.

ReReads

Pages that were re-read from disk multiple times.

SingleThrAlloc

Number of teams that had only one thread.

StCntxCondVar

Resource gate lock.

StCntxLock

Database context lock.

StCntxNAdmitted

Total cost of completed commands.

StCntxNOrigResource

Maximum number of concurrent commands.

StCntxNResource

Number of available concurrent commands.

StCntxNWaited

Number of commands that waited at resource gate in monitor interval .

StCntxNWaiting

Number of commands currently blocked at resource gate.

StCntxNumConns

Current number of connections.

TeamThrAlloc

Total number of thread teams allocated in monotor interval.

ThrMaxTeams

Maximum number of thread teams.

ThrMutexLocks

Number times thread manager was locked.

ThrMutexWaits

Number of thread manager locks that waited.

ThrNTeamsInUse

Number of thread teams currently in use..

ThrNumFree

Number of threads available for assignment.

ThrNumOfCpus

Number of CPUs IQ is using.

ThrNumThreads

Actual threads allocated by server.

ThrReserved

Description.

ThreadLimit

Total number of threads requested for server.

TimesSweepers Woken

Number of times sweeper threads waited for work.

TxnMgrNBlocked

Number of transactions blocked in begin transaction.

TxnMgrNPending

Number of transactions with pending commit.

TxnMgrNWaiting

Number of transactions waiting in begin transaction.

TxnMgrOAVI

Oldest version in use.

TxnMgrPCcondvar

Transaction manager post commit lock statistics.

TxnMgrTxnIDseq

Next Transaction ID.

TxnMgrVersionID

Transaction manager share main version ID.

TxnMgrVersionLock

Lock used for version ID assignment.

TxnMgrtxncblock

Lock used during transactional commands.

UnOwnRR

Unowned Re-read. Number of pages re-read on a query server because they were potentially stale.

UsedPerActiveCmd

Average number of threads per command.

WashMaxSize

Maximum number of buffers can be in the wash area.

Washed

Number of buffers flushed from wash area.

washIntensity

Current value of Buffer_Cache_Wash_Intensity option.

washNActive Sweepers

Number of sweepers with buffers to write.

washNBuffers

Number of clean buffers in the wash area.

washNDirtyBuffers

Number of dirty buffers in the wash area.

washSignalThreshold

Number of dirty buffers in wash area before sweepers are woken.

washTeamSize

Number of threads in the sweeper team.

Writes

Pages written to disk.