]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/README
Plug memory leak
[openldap] / servers / slapd / back-monitor / README
index d98f9d89a19057f16c66f9686cf195d066f0d03b..24216eba7e5a6ebdf4bca6f189450c3c4d655d42 100644 (file)
@@ -91,13 +91,16 @@ The subsystems are:
        Read Waiters
        Write Waiters
        Log
+       Operations
+       Statistics
+       Time
 
 
 
 LISTENER SUBSYSTEM
 
-Currently empty, it will presumably contain the description of the
-devices the server is currently listening on
+It contains the description of the devices the server is currently 
+listening on
 
 
 
@@ -143,6 +146,8 @@ The main entry is empty; it should contain some statistics on the number
 of connections.
 Dynamic subentries are created for each open connection, with stats on
 the activity on that connection (the format will be detailed later).
+There are two special subentries that show the number of total and
+current connections respectively.
 
 
 
@@ -184,6 +189,33 @@ messages are sent to the syslog device.
 
 
 
+OPERATIONS SUBSYSTEM
+
+It shows some statistics on the operations performed by the server:
+
+       Initiated
+       Completed
+
+
+
+SENT SUBSYSTEM
+
+It shows some statistics on the data sent by the server:
+
+       Bytes
+       PDU
+       Referrals
+       Entries
+
+
+
+TIME SUBSISTEM
+
+It contains two subentries with the start time and the current time 
+of the server.
+
+
+
 NOTES
 
 This document is in a very early stage of maturity and will