Overview#
EDirectory Monitor Entry is a Cn=Monitor LDAP EntryEDirectory Monitor Entry Permissions#
Administrators have Permissions but, others will MUST have write Rights to the NDSRightsToMonitor attribute on the server's NcpServer object.Agent#
- Background Process
- BackgroundProcScheduled - Next scheduled time for the background process. Multiple values denote that the background process is scheduled multiple times.
- BackgroundProcStartTime - Next start time for the background process. Multiple values denote that the background process is running multiple times.
- Partition ( All the following repeat for each partition )
- MaxRingDelta - Maximum amount of data not synchronized between any two servers in the replica ring (denoted in seconds).
- ChangeCacheCount - Current Change Cache count on the NDS Partition for this Edirectory Replica.
- PerishableData - The amount of data not synced out to any other NDS Partition (denoted in seconds) for this Edirectory Replica.
- OBIT_NEWRDN_PURGEABLE - Number of NEWRDN NDS Obituaries in OBIT_NEWRDN_PURGEABLE NDS Obituary State for this Edirectory Replica.
- OBIT_NEWRDN_OK_TO_PURGE - Number of NEWRDN NDS Obituaries in ok to OBIT_MOVED_OK_TO_PURGE NDS Obituary State for this Edirectory Replica.
- OBIT_NEWRDN_NOTIFIED - Number of NEWRDN NDS Obituaries in OBIT_NEWRDN_NOTIFIED NDS Obituary State for this Edirectory Replica.
- OBIT_NEWRDN_ISSUED - Number of NEWRDN NDS Obituaries in issued NDS Obituary State for this Edirectory Replica.
- OBIT_MOVED_PURGEABLE - Number of moved NDS Obituaries in purgeable NDS Obituary State for this Edirectory Replica.
- OBIT_MOVED_OK_TO_PURGE - Number of moved NDS Obituaries in ok to purge NDS Obituary State for this Edirectory Replica.
- OBIT_MOVED_NOTIFIED - Number of moved NDS Obituaries in notified state for this Edirectory Replica.
- OBIT_MOVED_ISSUED - Number of moved NDS Obituaries in issued state for this Edirectory Replica.
- OBIT_DEAD_PURGEABLE - Number of dead NDS Obituaries in purgeable state for this Edirectory Replica.
- OBIT_DEAD_OK_TO_PURGE - Number of dead NDS Obituaries in ok to purge state for this Edirectory Replica.
- OBIT_DEAD_NOTIFIED - Number of dead NDS Obituaries in notified state for this Edirectory Replica.
- OBIT_DEAD_ISSUED - Number of dead NDS Obituaries in issued state for this Edirectory Replica.
- OBIT_COUNT_FROM_DATABASE_INDEX - Total NDS Obituaries count for this Edirectory Replica.
- cn=Status,cn=Agent,cn=Monitor
- eDirectoryUpTime - Number of seconds since eDirectory was started.
- eDirectorySystemCurrTime - Current system time of the eDirectory server.
- eDirectoryAgentVersion - Current Directory Server agent EDirectory Version.
DHOST#
The following DHOST processes and connection information is monitored:- Inbound connections
- MaxInBoundConnection - Maximum inbound connection.
- InBoundConnectionCount - Current inbound connection count.
- Thread pool information
- ThreadsWorkers - Number of worker threads in Threadpool.
- ThreadsSpawned - Number of threads spawned.
- ThreadsIdle - Number of threads idle.
- ThreadsDied - Number of threads died.
- ThreadWaitingQueuePeakItems - Maximum number of threads in the waiting queue.
- ThreadWaitingQueueItems - Current number of threads in the waiting queue.
- ThreadPoolReadyQueueMaxWaitTime - Maximum wait time for thread in ReadyQueue.
- ThreadPoolReadyQueueItems - Current number of threads in ReadyQueue.
- ThreadPeakWorkers - Maximum number of pool workers.
- ThreadMinWaitTime - Minimum thread wait time before getting scheduled.
- ThreadMaxWaitTime - Maximum thread wait time before getting scheduled.
DClient#
- TotalOpenOutBoundConnection - Current open outbound connection count.
- RefusedOutBoundConnection - Refused outbound connection count.
- MaxOutBoundConnection - Maximum outbound connection count.
- TotalOutBoundContextCount - Maximum outbound context count.
- ActiveOutBoundContextCount - Current outbound context count.
LDAP#
- cn=Bindings,cn=LDAPStatistics,cn=LDAP,cn=Monitor
- bindSecurityErrors: 3673
- simpleAuthBinds: 3657867
- strongAuthBinds: 122176
- unAuthBinds: 1610474
- cn=IncomingOperations,cn=LDAPStatistics,cn=LDAP,cn=Monitor
- unAuthBinds - Number of unauthenticated/anonymous bind requests received.
- strongAuthBinds - Number of bind requests that were authenticated using SASL and X.500 strong authentication procedures. This includes the binds that were authenticated using external authentication procedures.
- simpleAuthBinds - Number of bind requests that were authenticated using simple authentication procedures where the password is sent over the wire in encrypted or clear text format.
- bindSecurityErrors - Number of bind requests that have been rejected due to inappropriate authentication or invalid credentials.
- wholeSubtreeSearchOps - Number of whole subtree search requests received.
- searchOps - Number of search requests (baseObject searches, oneLevel searches, and whole subtree searches) received.
- removeEntryOps - Number of removeEntry requests received.
- readOps - Number of read requests received.
- oneLevelSearchOps - Number of oneLevel search requests received.
- modifyRDNOps - Number of modifyRDN requests received.
- modifyEntryOps - Number of modifyEntry requests received.
- listOps - Number of list requests received.
- inOps - Number of requests received from client.
- extendedOps - Number of extended operations.
- compareOps - Number of compare requests received.
- addEntryOps - Number of addEntry requests received.
- abandonOps - Number of LDAP abandoned requests.
- referrals - Number of referrals returned in response to requests for operations.
- chainings - Number of operations forwarded by this eDirectory server to other eDirectory servers.
- cn=TrafficVolume,cn=LDAPStatistics,cn=LDAP,cn=Monitor
- outBytes - Outgoing traffic, in bytes, on the interface. This includes responses to client and eDirectory servers as well as requests to other eDirectory servers.
- inBytes - Incoming traffic, in bytes, on the interface. This includes requests from client as well as responses from other eDirectory servers.
Record Manager#
Values are in KB or counts- cn=CacheFaultLooks,cn=CacheStatistics,cn=RecordManager,cn=Monitor
The number of items that could not be found already populated in cache.- BlockCache - The number of items that could not be found already populated in FLAIM Block Cache.
- EntryCache - The number of items that could not be found already populated in FLAIM Entry Cache.
- cn=CacheFaults,cn=CacheStatistics,cn=RecordManager,cn=Monitor
The number of times an item was not found in the specified cache and had to be obtained in a lower level cache or from the disk.- Total - CacheFaults item count in FLAIM cache.
- EntryCache - CacheFaults item count in FLAIM Entry Cache
- BlockCache - CacheFaults item count in FLAIM Block Cache.
- cn=CheckPointThreadData,cn=RecordManager,cn=Monitor
- CheckPointThreadWritingDataBlocks - 0 denotes that CheckPointThread is not writing Dirty cache blocks. 1 denotes that the CheckPointThread is writing dirty blocks.
- CheckPointThreadStartTime - CheckPointThread start time. Look at this value only if checkpoint thread is running.
- CheckPointThreadLogBlocksWritten - Number of log blocks written.
- CheckPointThreadIsRunning - 0 denotes that the CheckPointThread is not running. 1 denotes that CheckPointThread thread is running.
- CheckPointThreadIsForced - Denotes whether CheckPointThread was forced.
- CheckPointThreadForceStartTime - CheckPointThread forced start time. Look at this value only if CheckPointThread is forced started.
- CheckPointThreadDirtyCacheBlocks - Number of Dirty cache blocks.
- CheckPointThreadDataBlocksWritten - Number of Dirty cache blocks written.
- CheckPointThreadBlockSize - Current block size.
- cn=CurrentSize,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- TotalSize - Total item size in FLAIM Cache.
- EntryCacheSize - Total item size in FLAIM Entry Cache.
- BlockCacheSize - Total item size in FLAIM Block Cache.
- cn=HitLooks,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- BlockCache - The number of items looked at in the FLAIM Block Cache before an item was successfully accessed from the specified cache.
- EntryCache - The number of items looked at in the FLAIM Entry Cache before an item was successfully accessed from the specified cache.
- Total: 164273923261
- cn=Hits,cn=CacheStatistics,cn=RecordManager,cn=Monitor
The number of times an item was successfully accessed from the specified cache- BlockCache: 5547936654
- EntryCache: 25293146760
- Total: 30841083414
- cn=ItemsCached,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- BlockCache: 49226
- EntryCache: 154308
- Total: 203534
- cn=MaximumSize,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- BlockCacheSize: 262143 KB
- EntryCacheSize: 262144 KB
- TotalSize: 524288 KB
- cn=OldVersionCachedCount,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- BlockCache: 13
- EntryCache: 607
- Total: 620
- cn=OldVersionCachedSize,cn=CacheStatistics,cn=RecordManager,cn=Monitor
- BlockCacheSize: 53 KB
- EntryCacheSize: 3083 KB
- TotalSize: 3136 KB
- cn=Size,cn=RecordManager,cn=Monitor
- TotalDIBSize - Total FLAIM database size.
- DIBStreamFileSize - Total Stream Files size.
- DIBRollBackFileSize - Total Roll-Forward Log files size.
- DIBRflmFileSize - Total roll forward log files size.
- DIBFileSize - Total DIB files size.
- IDM
- Driverset_stats
- job_status
- userapp_stats
- engineversion
- jvm_stats
More Information#
There might be more information for this subject on one of the following:- [#1] - Quick Start: checking eDirectory 9 health using the new cn=monitor functionality
- based on information obtained 2019-05-29
- [#2] - Using cn=monitor for Monitoring
- based on information obtained 2019-05-29
- [#3] - Monitoring Identity Manager
- based on information obtained 2019-05-29