oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.35k stars 747 forks source link

record times to complete LDAP requests in statistics #2247

Open vladak opened 6 years ago

vladak commented 6 years ago

Sometimes I can see the production service to be really slow in displaying the index page. My hunch is that it is caused by LDAP servers being slow to respond however there is nothing in the logs so these are not hard failures. The lookup methods in LdapFacade could be augmented to record the times it took for the servers to answer the LDAP queries, ideally per server. This way it should be possible to get the outliers.

vladak commented 6 years ago

needs #2229