Red Hat Directory Server 8.0 Configuration, Command, and File Reference

NOTE
tag=100 and tag=115 are not result tags as such, and so it is unlikely that they
will be recorded in the access log.
1.2.9. Number of Entries
nentries shows the number of entries, in this case nentries=0, that were found matching the
LDAP client's request.
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 RESULT err=0 tag=97 nentries=0
etime=0
1.2.10. Elapsed Time
etime shows the elapsed time, in this case etime=1000, or the amount of time (in seconds) that
it took the Directory Server to perform the LDAP operation.
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 RESULT err=0 tag=97 nentries=0
etime=0
An etime value of 0 means that the operation actually took milliseconds to perform. To have
microsecond resolution for this item in the access log, enter a value of 131328 (256+131072) in
the nsslapd-accesslog-level configuration attribute.
1.2.11. LDAP Request Type
The LDAP request type indicates the type of LDAP request being issued by the LDAP client.
Possible values are:
SRCH for search
MOD for modify
DEL for delete
ADD for add
MODDN for moddn
EXT for extended operation
ABANDON for abandon operation
Chapter 5. Access Log and Connection Code Reference
184