[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
monitorCounter meaning
- To: openldap-technical@openldap.org
- Subject: monitorCounter meaning
- From: Matheus Morais <matheus.morais@gmail.com>
- Date: Wed, 11 Aug 2010 17:46:27 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=g3zHkMpThLY33yM5uBYgqMn2+wGXk9Cu6Eu49pV3gxw=; b=eLa5OllhPksFK4sh2wjQZzQFRbH8ecL/s+Yyd8GHUg58s42txBMSn2Oe+h7ZizdQY7 Vaeree95O/KpCDujAZMqyB2XGJpPOQ+mlen0FgDAoUgWXvVHsdv33eK6QKwr03uwxFNq T+P3klZF8b/AJHwr/2InxcuioX/Hgpm95Mv6w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=o2KlRX426lkYWhx8t0tHhcjv7Fw4o90s4zJURIpwqqlgSzyXQVqOZT+xAY/646orla SRvo30XOKeM1uYfo36xwbaAJgeVtE4WAKb8tg7PhfncS9uYTk47JreseL618p/2tdIBI Xhi62CM6HKbD50oNQlmJU9HaoFF+XKz0FKYFg=
Hi there,
I was playing around with cn=Monitor and I became curious with the following search:
ldapsearch -x -LLL -h host.example.com -s base -b cn=entries,cn=statistics,cn=monitor '(objectclass=*)' '*' '+'
dn: cn=Entries,cn=Statistics,cn=Monitor
objectClass: monitorCounterObject
structuralObjectClass: monitorCounterObject
cn: Entries
creatorsName:
modifiersName:
createTimestamp: 20100804183416Z
modifyTimestamp: 20100804183416Z
monitorCounter: 45607686
entryDN: cn=Entries,cn=Statistics,cn=Monitor
subschemaSubentry: cn=Subschema
hasSubordinates: FALSE
What precisely meaning the attribute monitorCounter? Is it represent the number of entries which has been used as search base or something like that?
Thanks!
Matheus Morais