Detecting LDAP Performance Issues
We had detected significant degrade in response times recently
related to LDAP during the load tests and we were not sure the reasons for the
slowness.
I took the following approach to debug the issue
- Captured the LDAP traffic in the server using TCP Dump( Linux)
- Import the dump in Wireshark
- Modify Display FilterTcp.dstport == port no
- and decoded the traffic as shown below
- Value is port used to communicate the LDAP Server
- LDAP is the communication protocal in Wireshark
5 TCP traffic is more readable and I was able to detect the issue
with LDAP search against our application and administrators groups
@2016, copyright Vamsidhar Tokala