The test-ldap-sdk-performance Command-Line Tool

Provides a mechanism to help test the performance of the LDAP SDK.

It creates an LDAP listener that uses a canned-response request handler to return a predefined response to all requests. Itthen invokes another tool (either searchrate, modrate, authrate, or search-and-mod-rate) to issue concurrent requests against that listener as quickly as possible.

Usage

test-ldap-sdk-performance {arguments}

Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    test-ldap-sdk-performance --numThreads 10
    test-ldap-sdk-performance --tool modrate --numThreads 10 --useSSL \
         --resultCode 32 --diagnosticMessage "The base entry does not exist" \
         --warmUpIntervals 5 --numIntervals 10 --intervalDurationSeconds 5