Currentconnections, Totalconnections, Dtablesize – Red Hat 8.1 User Manual

Page 75: Readwaiters, Opsinitiated, Opscompleted, Entriessent, Bytessent, Currenttime, Starttime

Advertising
background image

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 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 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 is the number of operations received on this connection.
C is the number of completed operations.
D 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

Section 2.3.1.38, “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
GeneralizedT im e syntax Z notation. For example, 20090202131102Z.

version

This attribute shows the Directory Server vendor, version, and build number. For example, Red
Hat/8.1.1 B2009.274 .08
.

Red Hat Directory Server 8.1 Configuration and Command Reference

75

Advertising