These series of test runs use the following SLAMD job class: com.sun.slamd.example.WeightedAuthRateJobClass.
Here's some info on that Job class for reference taken from the SLAMD documentation.
com.sun.slamd.example.WeightedAuthRateJobClass
This job performs repeated authentications against an LDAP directory server, optionally including a lookup to verify that the user is a member of an indicated group or role. The login ID values used in the lookups can be chosen from two weighted cataegories.
|
Turns out that this test does more than just a bind. It does a bind, search and an unbind. This is great for a real world performance test. However when trying to isolate problems in an operation's pathway this may not be the best test for us. I've written a special test case which only does bind requests on the same connection. Which can be used for Bind optimization. |
OpenLDAP Runs
- OpenLDAP 2.3 20060714135025-75722411
ApacheDS Job Runs
- Baseline Results 20060714100246-52958011
- Credential Cache Optimization Results 20060717142329-70613926
