• Use the bin/summarize-access-log with path to one or more access log files.
    $ bin/summarize-access-log /path/to/logs/access
    Examining access log /path/to/logs/access Examined 500 lines in 1 file covering a total duration of 1 day, 22 hours, 57 minutes, 31 seconds
    
    Total connections established: 69 (0.000/second) 
    Total disconnects: 69 (0.000/second)
    
    Most common client addresses: 
    127.0.0.1: 61 (88.406) 
    10.8.1.209: 8 (11.594)
    
    Total operations examined: 181 ... 
    (metric for each operation examined) ...
    
    Average operation processing duration: 22.727ms 
    Average add operation processing duration: 226.600ms 
    Average bind operation processing duration: 5.721ms 
    Average delete operation processing duration: 77.692ms 
    Average modify operation processing duration: 35.530ms 
    Average search operation processing duration: 4.017ms
    
    Count of add operations by processing time: 
    ... (histogram for add operations) ...
    
    Count of bind operations by processing time: 
    ... (histogram for bind operations) ...
    
    Count of delete operations by processing time: 
    ... (histogram for delete operations) ...
    
    Count of modify operations by processing time: 
    ... (histogram for modify operations) ...
    
    Count of search operations by processing time: 
    ... (histogram for search operations) ...
    
    Most common add operation result codes: 
    success: 11 (84.615%)
    entry already exists: 2 (15.385%)
    
    Most common bind operation result codes: 
    success: 4 (50.000%) 
    invalid credentials: 4 (50.000%)
    
    Most common delete operation result codes:
    success: 1 (100.000%)
    
    Most common modify operation result codes:
    success: 9 (69.231%) 
    no such object: 4 (30.769%)
    
    Most common search operation result codes:
    success: 133 (91.724%) 
    no such object: 12 (8.276%)
    
    Number of unindexed searches: 0
    
    Most common search scopes: 
    BASE: 114 (78.621%) 
    SUB: 16 (11.034%) 
    ONE: 15 (10.345%)
    
    Most common search entry counts: 
    1: 119 (82.069%) 
    0: 17 (11.724%) 
    2: 5 (3.448%)
    10: 4 (2.759%)
    
    Most common generic filters for searches with a non-base scope: 
    (objectclass=?): 19 (61.290%) 
    (ds-backend-id=?): 12 (38.710%)