Overview#
NdsDbCacheTable is part of the EDIRMIB used with eDirectoryThe ndsDbCacheTable contains a summary statistics on the entries held by and the cache performance of the eDirectory Server.
-- The ndsDbCacheTable contains a summary statistics on the entries held by and the cache performance -- of the eDirectory Server. ndsDbCacheTable OBJECT-TYPE SYNTAX SEQUENCE OF NdsDbCacheEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table holding information related to the eDirectory Server Cache related statistics." ::= {ndsDatabaseStatistics 1} ndsDbCacheEntry OBJECT-TYPE SYNTAX NdsDbCacheEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Entry containing cache related statistics for a eDirectory Server." INDEX { ndsDbSrvApplIndex } ::= {ndsDbCacheTable 1} NdsDbCacheEntry ::= SEQUENCE { ndsDbSrvApplIndex INTEGER, -- Cache Statistics / Entry statistics ndsDbDibSize Counter, ndsDbBlockSize Counter, ndsDbEntryCacheMaxSize Counter, ndsDbBlockCacheMaxSize Counter, ndsDbEntryCacheCurrentSize Counter, ndsDbBlockCacheCurrentSize Counter, ndsDbEntryCacheCount Counter, ndsDbBlockCacheCount Counter, ndsDbEntryCacheOldVerCount Counter, ndsDbBlockCacheOldVerCount Counter, ndsDbEntryCacheOldVerSize Counter, ndsDbBlockCacheOldVerSize Counter, ndsDbEntryCacheHits Counter, ndsDbBlockCacheHits Counter, ndsDbEntryCacheHitLooks Counter, ndsDbBlockCacheHitLooks Counter, ndsDbEntryCacheFaults Counter, ndsDbBlockCacheFaults Counter, ndsDbEntryCacheFaultLooks Counter, ndsDbBlockCacheFaultLooks Counter } ndsDbSrvApplIndex OBJECT-TYPE SYNTAX INTEGER (1..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "An index to uniquely identify the eDirectory Server Application." ::= {ndsDbCacheEntry 1} ndsDbDibSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current size of the eDirectory Database in KBytes." ::= {ndsDbCacheEntry 2} ndsDbBlockSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Block size of the eDirectory Database in KBytes." ::= {ndsDbCacheEntry 3} ndsDbEntryCacheMaxSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on max size of Entry cache in KBytes." ::= {ndsDbCacheEntry 4} ndsDbBlockCacheMaxSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on max size of block cache in KBytes." ::= {ndsDbCacheEntry 5} ndsDbEntryCacheCurrentSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on current Entry cache size." ::= {ndsDbCacheEntry 6} ndsDbBlockCacheCurrentSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on current block cache size." ::= {ndsDbCacheEntry 7} ndsDbEntryCacheCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of Entries in cache." ::= {ndsDbCacheEntry 8} ndsDbBlockCacheCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of blocks in cache." ::= {ndsDbCacheEntry 9} ndsDbEntryCacheOldVerCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on prior version Entries in cache." ::= {ndsDbCacheEntry 10} ndsDbBlockCacheOldVerCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on prior version blocks in cache." ::= {ndsDbCacheEntry 11} ndsDbEntryCacheOldVerSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on prior version Entry cache size." ::= {ndsDbCacheEntry 12} ndsDbBlockCacheOldVerSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on prior version block cache size." ::= {ndsDbCacheEntry 13} ndsDbEntryCacheHits OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of Entry hits." ::= {ndsDbCacheEntry 14} ndsDbBlockCacheHits OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of block hits." ::= {ndsDbCacheEntry 15} ndsDbEntryCacheHitLooks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of Entries examined to find hits." ::= {ndsDbCacheEntry 16} ndsDbBlockCacheHitLooks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of blocks examined to find hits." ::= {ndsDbCacheEntry 17} ndsDbEntryCacheFaults OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of Entry faults." ::= {ndsDbCacheEntry 18} ndsDbBlockCacheFaults OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of block faults." ::= {ndsDbCacheEntry 19} ndsDbEntryCacheFaultLooks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of Entries examined to determine misses." ::= {ndsDbCacheEntry 20} ndsDbBlockCacheFaultLooks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The information on number of blocks examined to determine misses." ::= {ndsDbCacheEntry 21}