More Information#
There might be more information for this subject on one of the following:-- The ndsDbConfigTable contains a summary of cache configuration statistics -- of the eDirectory Server.
ndsDbConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF NdsDbConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" The table holding information related to the eDirectory Server Cache Configuration related statistics."
::= {ndsDatabaseStatistics 2}
ndsDbConfigEntry OBJECT-TYPE
SYNTAX NdsDbConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" Entry containing cache configuration related statistics for a eDirectory Server."
INDEX { ndsDbCfgSrvApplIndex }
::= {ndsDbConfigTable 1}
NdsDbConfigEntry ::= SEQUENCE {
ndsDbCfgSrvApplIndex
INTEGER,
-- Cache Config
ndsDbCfgDynamicCacheAdjust
INTEGER,
ndsDbCfgDynamicCacheAdjustPercent
Counter,
ndsDbCfgDynamicCacheAdjustMin
Counter,
ndsDbCfgDynamicCacheAdjustMinToLeave
Counter,
ndsDbCfgHardLimitCacheAdjust
INTEGER,
ndsDbCfgHardLimitCacheAdjustMax
Counter,
ndsDbCfgBlockCachePercent
Counter,
ndsDbCfgCacheAdjustInterval
Counter,
ndsDbCfgCacheCleanupInterval
Counter,
ndsDbCfgPermanentSettings
Counter
}
ndsDbCfgSrvApplIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An index to uniquely identify the eDirectory Server Application."
::= {ndsDbConfigEntry 1}
ndsDbCfgDynamicCacheAdjust OBJECT-TYPE
SYNTAX INTEGER (0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on whether Dynamic Cache Adjust is on/off.
0 = off,
1 = on"
::= {ndsDbConfigEntry 2}
ndsDbCfgDynamicCacheAdjustPercent OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Dynamic Cache Adjust percentage parameter of available memory."
::= {ndsDbConfigEntry 3}
ndsDbCfgDynamicCacheAdjustMin OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Dynamic Cache Adjust Minimum value parameter. This is cache size constraints value in KBytes."
::= {ndsDbConfigEntry 4}
ndsDbCfgDynamicCacheAdjustMinToLeave OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Dynamic Cache Adjust Minimum value parameter in Kbytes that is to be subtracted from the total available memory in Kbytes."
::= {ndsDbConfigEntry 5}
ndsDbCfgHardLimitCacheAdjust OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on whether Hard Limit Cache Adjust is on/off.
0 = off,
1 = on"
::= {ndsDbConfigEntry 6}
ndsDbCfgHardLimitCacheAdjustMax OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Cache maximum size in Kbytes, this is hard limit
parameter."
::= {ndsDbConfigEntry 7}
ndsDbCfgBlockCachePercent OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Block Cache Percentage."
::= {ndsDbConfigEntry 8}
ndsDbCfgCacheAdjustInterval OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Cache Adjust Interval in seconds."
::= {ndsDbConfigEntry 9}
ndsDbCfgCacheCleanupInterval OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Cache Cleanup Interval in seconds."
::= {ndsDbConfigEntry 10}
ndsDbCfgPermanentSettings OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The information on Permanent Settings is on/off.
0 = off,
1 = on"
::= {ndsDbConfigEntry 11}