If the nsslapd-counters attribute in cn=config is set to on (the default setting), then all the counters kept by the Directory Server instance increment using 64-bit integers, even on 32-bit machines or with a 32-bit version of Directory Server. For the cn=monitor entry, the 64-bit integers are used with the opsinitiated, opscompleted, entriessent, bytessent, and totalconnections counters.

NOTE:

The nsslapd-countersattribute enables 64-bit support for these specific database and server counters. The counters which use 64-bit integers are not configurable; the 64-bit integers are either enabled for all the allowed counters or disabled for all allowed counters.

connection This attribute lists open connections. These are given in the following format:

connection: A:YYYYMMDDhhmmssZ:B:C:D:E

For example:

connection: 31:20010201164808Z:45:45::cn=directory manager

A

This is the connection number, which is the number of the slot in the

 

connection table associated with this connection. This is the number

 

logged as slot=A in the access log message when this connection was

 

opened, and usually corresponds to the file descriptor associated with

 

the connection. The attribute dTableSize shows the total size of the

 

connection table.

YYYYMMDDhhmmssZ

This is the date and time, in GeneralizedTime form, at which the

 

connection was opened. This value gives the time in relation to

 

Greenwich Mean Time.

B

This is the number of operations received on this connection.

C

This is the number of completed operations.

D

This is r if the server is in the process of reading BER from the network,

 

empty otherwise. This value is usually empty (as in the example).

E

This is the bind DN. This may be empty or have value of NULLDN for

 

anonymous connections.

currentConnections This attribute shows the number of currently open and active Directory Server connections.

totalConnections This attribute shows the total number of Directory Server connections. This number includes connections that have been opened and closed since the server was last started in addition to the currentConnections.

dTableSize This attribute shows the size of the Directory Server connection table. Each connection is associated with a slot in this table, and usually corresponds to the file descriptor used by this connection. See “nsslapd-conntablesize”for more information.

readWaiters This attribute shows the number of connections where some requests are pending and not currently being serviced by a thread in Directory Server.

opsInitiated This attribute shows the number of Directory Server operations initiated.

opsCompleted This attribute shows the number of Directory Server operations completed.

entriesSent This attribute shows the number of entries sent by Directory Server.

bytesSent This attribute shows the number of bytes sent by Directory Server.

currentTime This attribute shows the current time, given in Greenwich Mean Time (indicated by generalizedTime syntax Z notation; for example, 20090202131102Z).

startTime This attribute shows the Directory Server start time given in Greenwich Mean Time, indicated by generalizedTime syntax Z notation. For example, 20090202131102Z.

2.3 Core server configuration attributes reference

93