Monthly Archives: December 2012

LDAP: Using parallel-update for concurrent multiple updates

For applying a small number of changes, ldapmodify is satisfactory. For a large number of changes, parallel-update has the capability of applying multiple changes simultaneously using an operator-provided number of threads. The following example uses 1024 threads to apply 1,000,000 … Continue reading

Posted in LDAP, UnboundID | Tagged , , , | Leave a comment

LDAP: Using authrate to measure authentication performance

Use the authrate command line tool to measure authentication performance of a directory server. The example below illustrates how to execute searches and binds against an LDAP directory server. The example: searches and binds against random entries in the range … Continue reading

Posted in LDAP, UnboundID | Tagged , , , | Leave a comment

LDAP: Example of Processing Time Histogram

The UnboundID Directory Server provides a breakdown of LDAP operations that been processed by the server. Below is an example of the processing time histogram from the directory server monitor: The following ldapsearch example shows how to retrieve information about … Continue reading

Posted in LDAP, UnboundID | Tagged , | Leave a comment