A page in your DokuWiki was added or changed. Here are the details: Date : 2017/12/11 14:40 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0 IP-Address : 80.214.209.240 Hostname : 80.214.209.240 Old Revision: --- New Revision: http://ltb-project.org/documentation/ldap-scripts/ldap-stats Edit Summary: created User : coudot
====== OpenLDAP statistics ====== ===== Presentation ===== The ldap-stats.pl script will parse OpenLDAP log files and print some statistics: * Total operations * Total connections * Total authentication failures * Total binds * Total unbinds * Total searches * Total compares * Total modifications * Total modrdns * Total additions * Total deletions * Unindexed attribute requests * Operations per connection * Client hostname list * Repartition per hours / days / months * Search bases list * Filters list * Searched attributes list * Bind DN list This script requires Getopt::Long perl module. You must configure OpenLDAP with loglevel (olcLogLevel) "stats" to get the right logs lines expected by this script. ===== Usage ===== Run the script on one or many log files: <code> $ ldap-stats.pl [ -s ] [ -c <count> ] [ -l <count> ] [ -h ] <logfile> ... </code> Options: * -c <count> : Number of lines to display for each report [25] * -d : Display all available days in the day of month report * -h : Display a usage help screen * -l <count> : Print status message after processing <count> lines [0] * -m : Display all available months in the month of year report * -n : Resolve IP addresses to hostnames * -o <ops> -o <ops> ... : Operations to print in the reports [ALL] <note tip>Valid operations are: CONNECT, FAILURES, BIND, UNBIND, SRCH, CMP, ADD, MOD, MODRDN, DEL Predefined reports are: ALL, READ, WRITE</note> * -s : Split attributes found used in searches * -D : Use RFC5424 date format -- This mail was generated by DokuWiki at http://ltb-project.org/
_______________________________________________ ltb-changes mailing list [email protected] https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes
