OUD 11g/12c - Statistics & Metrics Collection via "cn=monitor" Explained
(Doc ID 2726136.1)
Last updated on DECEMBER 19, 2022
Applies to:
Oracle Unified Directory - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
Goal
To understand the numbers returned by Ldap statistics search on cn=monitor:
ldapsearch -h <ldap host> -p <adminport> -D "cn=<USER>" -j /home/oracle/<PWD_FILE> --useSSL --trustAll -b "cn=LDAP Connection Handler 0.0.0.0 port <LDAP_PORT>
abandonRequests: 267
addRequests: 318293
addResponses: 318293
bindRequests: 120680132
bindResponses: 120680132
bytesWritten: 8028140347392
connectionsClosed: 103721290
connectionsEstablished: 103721888
deleteRequests: 28211
deleteResponses: 28211
===========================
ldapMessagesRead: 1415065896
ldapMessagesWritten: 1959995202
modifyDNRequests: 4681
modifyDNResponses: 4681
modifyRequests: 1560151
modifyResponses: 1560151
operationsAbandoned: 379
operationsCompleted: 1320518120
operationsInitiated: 1415065896
operationsUnsuccessful: 8516215
searchRequests: 1197927032
searchResultEntries: 639477079
searchResultsDone: 1197926652
unbindRequests: 94547129
=================================
ds-mon-resident-time-mod-operations-total-time:
ds-mon-resident-time-moddn-operations-total-time:
ds-mon-extended-operations-total-count:
ds-mon-moddn-operations-total-count:
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |