#include <flaim.h>
Public Attributes | |
FLMUINT | uiMaxBytes |
Maximum bytes allowed in cache. | |
FLMUINT | uiTotalBytesAllocated |
Total bytes currently allocated in cache. | |
FLMUINT | uiCount |
Number of items cached (blocks or records). | |
FLMUINT | uiOldVerCount |
Number of items cached that are prior versions. | |
FLMUINT | uiOldVerBytes |
Total bytes in prior versions. | |
FLMUINT | uiCacheHits |
Total number of times an item was found in cache. | |
FLMUINT | uiCacheHitLooks |
Total number of items traversed to find items in cache. | |
FLMUINT | uiCacheFaults |
Total number of times an item was not found in cache. | |
FLMUINT | uiCacheFaultLooks |
Total number of items traversed to determine that an item was not in cache. | |
FLM_SLAB_USAGE | SlabUsage |
Slab usage statistics. |