Article

coolguys's picture

Benchmarking for eDirectory/LDAP

Author Info

9 April 2008 - 7:25am
Submitted by: coolguys

article
Reads:

2078

Score:
0
0
 
Comments:

0

Problem

A Forum reader recently asked:

"I have eDirectory 8.7.3.8 running on Linux rhel 4. I need to perform some benchmarking on the performance of our LDAP."

And here is the response from Edward van der Maas ...

Solution

We had to do this for a very large tree at a customer site. We used the JMeter tool (http://jakarta.apache.org/jmeter/)

It's very cool - you can do binds, searches, etc.

I use it to create loads of objects of the same class very quickly. Just do an LDAP bind and then an LDAP create action. You can use counters to increment certain attributes and kick it off.

We had to provide a system that was capable of handling 1000 LDAP requests (mainly reads) per second.

You can create LDAP read queries and iterate those in a loop. Then using the reports in JMeter, you can see how many failed/successful reads you've had. It is probably not entirely flawless, but it gives you a pretty good indication.

We saw huge improvements in performance from eDirectory's side using JMeter and playing around with indexing, memory settings, etc.


Author Info

9 April 2008 - 7:25am
Submitted by: coolguys




User Comments

© 2009 Novell, Inc. All Rights Reserved.