This section provides a detailed layout of the cn=monitor subtree.
cn=monitor
|
+-- cn=Product (Installed Product)
|
+-- cn=ProductName
|| setting:
|| - version
|| - buildNumber
|| - patchId
|| - installedDate
|| - installLocation
+-- cn=Operating System
|| setting:
|| - version
|| state:
|| - (empty)
|| statisitics:
|| - totalVisibleMemory
|| - totalVirtualMemory
|| - freePhysicalMemory
|| - usedPhysicalMemory
|| - ...
+-- cn=Instance (Application System)
|
+-- cn=InstanceId (= host:port:instanceDir)
|
+-- cn=Service
+-- cn=Add
|| statistics:
|| - total
|| - succeeded
|| - failed
|| - abandonned (?)
+-- cn=Search
|| (same as Add operation above)
+-- cn=Delete
+-- cn=Compare
+-- cn=Modify
+-- cn=ModifyDN
+-- cn=Bind
+-- cn=SAP (Service Access Point)
+-- cn=listenerName
|| settings:
|| - name
|| - isSecure
|| - host (?)
|| - port (?)
|| state:
|| - operationalStatus
|| - startTime
|| - stopTime
|| - stopException
|| statistics:
|| - acceptedConnections
+-- cn=listenerName
|| (same as above)
+-- cn=RSAP (Remote SAP)
+-- cn=LDAP Server servername
|| settings:
|| - name
|| - isSecure
|| - host (?)
|| - port (?)
|| - connectionsForBind
|| - connectionsForRead
|| - connectionsForWrite
|| state:
|| - operationalStatus
|| statistics:
|| - totalConnections
|| - totalAvailableConnections
|| - totalBindConnections
|| - availableBindConnections
|| - requestedBindConnections
|| - providedBindConnections
|| - refusedBindConnections
|| - waitRequiredBindConnections
|| - returnedValidBindConnections
|| - returnedInvalidBindConnections
|| - (idem for readConnections)
|| - (idem for writeConnections)
+-- cn=LDAPS Server servername
|| (same as LDAP Server above)
+-- cn=RDBM Server servername
|| settings:
|| - TBC
|| state:
|| - TBC
|| statistics:
|| - TBC
+-- cn=Component (Logical Component)
+-- cn=DataSource Pool poolname
+-- cn=Proportional LB
|| settings:
|| - (empty)
|| state:
|| - enabled
|| statistics:
|| - totalProvidedBindConnections
|| - totalRefusedBindConnections
|| - totalProvidedAddConnections
|| - totalRefusedAddConnections
|| - totalProvidedCompareConnections
|| - totalRefusedCompareConnections
|| - totalProvidedDeleteConnections
|| - totalRefusedDeleteConnections
|| - totalProvidedModifyConnections
|| - totalRefusedModifyConnections
|| - totalProvidedModifyDNConnections
|| - totalRefusedModifyDNConnections
|| - totalProvidedCompareConnections
|| - totalRefusedCompareConnections
+-- cn=servername
+-- cn=Add
|| settings:
|| - expectedWeight
|| statistics:
|| - provided
|| - failure
|| - realWeight
+-- cn=Search
|| (same as Add operation above)
+-- cn=Delete
+-- cn=Compare
+-- cn=Modify
+-- cn=ModifyDN
+-- cn=Bind
+-- cn=JVM
|| settings:
|| - version
|| - installLocation
|| state:
|| - (empty)
|| statistics:
|| - totalJVMMemory
|| - usedJVMMemory
|| - freeJVMMemory
+-- cn=Resource (System Resource)
+-- cn=Worker Thread
+-- cn=worker_thread_name
|| settings:
||
|| state:
|| - operationalStatus
|| - startTime
|| - stopTime
|| statistics:
|| - processedOperations
|| - raisedExceptions
+-- cn=Byte Buffer Pool
|| statistics:
|| - numTries
|| - numHits
|| - numMissesEmpty
|| - numMissesSize
|| - numReleases
|| - availableStandardBuffers
|| - availableOversizedBuffers
+-- cn=String Buffer Pool
|| statistics:
|| - numTries
|| - numHits
|| - numMisses
|| - numReleases
|| - availableBuffers
+-- cn=Vector Pool
|| statistics:
|| - numTries
|| - numHits
|| - numMisses
|| - numReleases
|| - availableVectors
+-- cn=Search Thread
+-- cn=search_thread_name
|| settings:
||
|| state:
|| - operationalStatus
|| - startTime
|| - stopTime
|| statistics:
||
+-- cn=Byte Buffer Pool
|| (see Worker Thread)
+-- cn=String Buffer Pool
|| (see Worker Thread)
+-- cn=vector Pool
|| (see Worker Thread)
+-- cn=Monitor Thread
+-- cn=monitor_thread_name
|| settings:
|| - backendServerName
|| - checkInterval
|| - additionalCheckType
|| state:
|| - operationalStatus
|| - serverIsAvailable
|| statistics:
|| - totalChecks
|| - failedAvailabilityChecks
|| - failedAdditionalChecks
+-- cn=Byte Buffer Pool
|| (see Worker Thread)
+-- cn=String Buffer Pool
|| (see Worker Thread)
+-- cn=vector Pool
|| (see Worker Thread)
+-- cn=Connection Handler Thread
+-- cn=connection_handler_thread_name
|| settings:
||
|| state:
|| - operationalStatus
|| - startTime
|| - stopTime
|| statistics:
|| - (empty)
+-- cn=Byte Buffer Pool
|| (see Worker Thread)
+-- cn=String Buffer Pool
|| (see Worker Thread)
+-- cn=Vector Pool
|| (see Worker Thread)
+-- cn=Work Queue
|| settings:
|| - maxNormalPriorityBacklog
|| - maxHighPriorityBacklog
|| state:
|| - (empty)
|| statistics:
|| - numNormalPriorityPuts
|| - numNormalPriorityGets
|| - normalPriorityBacklog
|| - numHighPriorityPuts
|| - numHighPriorityGets
|| - highPriorityBacklog
|| - numAbandonRequests
|| - numSuccessfulAbandons
+-- cn=DB System
+-- cn=DB Service
|