LDAP Metrics is a form of Metrics that is specific to the implementation of the LDAP Monitor that we have used for EDirectory
The LDAP Monitor gathers Metrics from LDAP (eDirectory) servers for monitoring. Though the basic monitor will function with any LDAP version 3 capable server, eDirectory (versions 8.7.x and later) provides many server Metrics beyond "nromal" LDAPv3 servers.
NOTE: No statistics are evaluated and no alerts are generated from any statistics. These are gathered for baselining and post processing.
All Metrics are gathered on a per server basis and not a per tree basis. All Metrics are reset to zero, when the directory is stopped and restarted. The following Metrics are logged:
NOTE: These Metrics are reset when the LDAP server is restarted.
You can use an ldapsearch command to get the stats:
ldapsearch -h ldapserver.willeke.com -p636 -e C:\mydata\treerootcert.der -b "" -s base -D cn=admin,ou=administration,dc=willeke,dc=com -w secretpwd "(objectclass=*)" chainings removeEntryOps referralsReturned listOps modifyRDNOps repUpdatesIn repUpdatesOut strongAuthBinds addEntryOps compareOps wholeSubtreeSearchOps modifyEntryOps searchOps errors simpleAuthBinds inOps oneLevelSearchOps inBytes abandonOps bindSecurityErrors securityErrors unAuthBinds outBytes extendedOps readOps dsaName directoryTreeName vendorVersion vendorName # dn: vendorName: Novell, Inc. vendorVersion: LDAP Agent for Novell eDirectory 8.8 SP2 (20216.51) directoryTreeName: willeketree dsaName: cn=ldapserver,ou=services,dc=willeke,dc=com readOps: 88723 extendedOps: 852 outBytes: 79936509 unAuthBinds: 3 securityErrors: 4 bindSecurityErrors: 4 abandonOps: 4 inBytes: 24976818 oneLevelSearchOps: 20811 inOps: 149230 simpleAuthBinds: 12544 errors: 117 searchOps: 109547 modifyEntryOps: 106 wholeSubtreeSearchOps: 11 compareOps: 1 addEntryOps: 1 strongAuthBinds: 0 repUpdatesOut: 0 repUpdatesIn: 0 modifyRDNOps: 0 listOps: 0 referralsReturned: 0 removeEntryOps: 0 chainings: 0