1LOGCONV.PL(1)               General Commands Manual              LOGCONV.PL(1)
2
3
4

NAME

6       logconv.pl - analyzes Directory Server access log files
7

SYNOPSIS

9       logconv.pl  [-h]  [-d  <rootDN>] [-s <size limit>] [-v] [-V] [-S <start
10       time>] [-E <end time>] [-efcibaltnxgju] [ access log ... ... ]
11

DESCRIPTION

13       Analyzes Directory Server access log  files  for  specific  information
14       defined on the command line
15

OPTIONS

17       A summary of options is included below:
18
19       -h     help/usage
20
21       -d <Directory Managers DN>
22              DEFAULT -> cn=directory manager
23
24       -s <Number of results to return per category>
25              DEFAULT -> 20
26
27       -X <IP address to exclude from connection stats>
28              E.g. Load balancers
29
30       -v show version of tool
31              Print version of the tool
32
33       -S <time to begin analyzing logfile from>
34              Time  to begin analyzing logfile from E.g. [28/Mar/2002:13:14:22
35              -0800]
36
37       -E <time to stop analyzing logfile>
38              Time to stop analyzing logfile from  E.g.  [28/Mar/2002:13:24:62
39              -0800]
40
41       -V <enable verbose output - includes all stats listed below>
42              Verbose output
43
44       -[efcibaltnxgju]
45              e Error Code stats
46              f Failed Login Stats
47              c Connection Code Stats
48              i Client Stats
49              b Bind Stats
50              a Search Base Stats
51              l Search Filter Stats
52              t Etime Stats
53              n Nentries Stats
54              x Extended Operations
55              r Most Requested Attribute Stats
56              g Abandoned Operation Stats
57              j Recommendations
58              u Unindexed Search Stats
59              y Connection Latency Stats
60              p Open Connection ID Stats
61

USAGE

63       Examples:
64
65              logconv.pl -s 10 -V access
66
67              logconv.pl           -d          "cn=directory          manager"
68              /export/server4/slapd-host/logs/access*
69
70              logconv.pl -s 50 -ibgju access*
71
72              logconv.pl     -S     "[28/Mar/2002:13:14:22     -0800]"      -E
73              "[28/Mar/2002:13:50:05 -0800]" -e access
74

AUTHOR

76       logconv.pl was written by the 389 Project.
77

REPORTING BUGS

79       Report bugs to http://bugzilla.redhat.com.
80
82       Copyright © 2001 Sun Microsystems, Inc. Used by permission.
83       Copyright © 2008 Red Hat, Inc.
84       This    manual    page    was    written    by    Michele    Baldessari
85       <michele@pupazzo.org>, for the Debian project (but may be used by  oth‐
86       ers).
87       This  is  free  software.   You may redistribute copies of it under the
88       terms of the Directory Server license found in the LICENSE file of this
89       software  distribution.   This  license  is essentially the GNU General
90       Public License version 2 with an exception for plug-in distribution.
91
92
93
94                                 May 18, 2008                    LOGCONV.PL(1)
Impressum