top of page
  • Shawn McKinney

About the LDAP Load Gen Project

Updated: Mar 3, 2022


LDAP Load Generator is a tool we use at Symas to drive load tests for OpenLDAP releases.

What Can It Do?

Add, Modify, Delete, Read, Search, Bind and Compare operations with LDAP User and Group entries. It can be used to add millions of entries and then interrogate them. Creating large groups with many hundreds of thousands of entries. Measuring the response times and throughput.

What Else?

Replication corner cases like conflicting updates, read after update, failed binds across the cluster, and more.

How Does It Work?

Written in Java it uses the Apache Jmeter and Apache Fortress frameworks but doesn't require any special setup or schemas beyond what's present in this package.

How Do I Get Started?

Read the README. If you have any questions, post them to this project.

213 views0 comments

Recent Posts

See All

Better Management for Directory (LDAP) Traffic

Many LDAP Directories have several servers handling requests from many clients. The load on each server varies. Redirecting traffic when a server goes away can be a challenge. There are companies offe

bottom of page