I would like to see how many connections openldap is serving on a given momment. I am trying this:
sioux@gustav$ ldapsearch -LLL -W -D cn=oldap,dc=ufv,dc=br -b cn=current,cn=connections,cn=monitor -H ldap://gustav.cpd.ufv.br/ objectclass=* Enter LDAP Password: dn: cn=Current,cn=Connections,cn=Monitor objectClass: monitorCounterObject cn: Current
sioux@gustav$
I cannot see the number of connections. Where is my mistake ?
Thanks a lot.