Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/47535 It would nice to see only unindexed searches with etimes that are greater than 0 seconds. This makes it easier to track down any significant/expensive unindexed searches.
Please verify the man page and Usage show -T <min etime> (DS 47535) as well as -U Unindexed Search Summary (DS 47812) and the options return the expected results.
Ticket 47812 is fixed upstream
$ rpm -qa | grep 389 389-ds-base-1.3.3.1-9.el7.x86_64 389-ds-base-libs-1.3.3.1-9.el7.x86_64 logconv.pl Usage and man page contain these options. 1. logconv.pl -u -T 1 access* Works as expected, returns unindexed searches with etime bigger than 1. 2. logconv.pl -U access* Works as expected, returns Unindexed Search Summary. 3. logconv.pl -U -T 1 access* Works as expected, returns Unindexed Search Summary and shows Unindexed Component Summary with etime bigger than 1. There is a minor issue with formatting in logconv.pl usage: -B, --bind <ALL | ANONYMOUS | "Actual Bind DN"> -T, --minEtime <minimum etime to report unindexed searches> -V, --verbose <enable verbose output - includes all stats listed below> Line with -T contains <TAB> character making this options look like a suboption to -B. Other that that, new functionality works as expected, thus marking this bug as VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0416.html