HP-UX Directory Server Administrator Guide HP-UX Directory Server Version 8.1 (5900-3098, May 2013)

Table 65 Global database cache information
DescriptionTable header
The number of times the server could process a request by obtaining data from the cache rather
than by going to the disk.
Hits
The total number of requests performed on the directory since server startup.Tries
The ratio of cache tries to successful cache hits. The closer this number is to 100%, the better.Hit Ratio
The number of pages read from disk into the cache.Pages Read In
The number of pages written from the cache back to disk.Pages Written Out
The number of read-only pages discarded from the cache to make room for new pages. Pages
discarded from the cache have to be written to disk, possibly affecting server performance. The
lower the number of page evicts the better.
Read-Only Page
Evicts
The number of read-write pages discarded from the cache to make room for new pages. This value
differs from Pages Written Out in that these are discarded read-write pages that have not
Read-Write Page
Evicts
been modified. Pages discarded from the cache have to be written to disk, possibly affecting
server performance. The lower the number of page evicts, the better.
14.5.2 Monitoring the Directory Server from the command line
The Directory Server's current activities can be monitored using LDAP tools such as ldapsearch,
with the following characteristics:
Search with the attribute filter objectClass=*.
Use the search base cn=monitor; the monitoring attributes for the server are found in the
cn=monitor entry.
Use the search scope base.
For example:
ldapsearch -h directory.example.com -p 389 -D "cn=Directory Manager" -w secret
-s base -b "cn=monitor" "(objectclass=*)"
The monitoring attributes for the Directory Server are found in the cn=monitor entry. For
information on searching the Directory Server, see “Using ldapsearch” (page 556).
Monitoring the server's activities using ldapsearch shows the following information:
Table 66 Server monitoring attributes
DescriptionAttribute
Identifies the directory's current version number.version
The current number of active threads used for handling requests. Additional threads may
be created by internal server tasks, such as replication or chaining.
threads
Provides the following summary information for each open connection (only available if
you bind to the directory as Directory Manager):
connection:fd:
opentime:opsinitiated:
opscompleted:
binddn:[rw]
fd The file descriptor used for this connection.
opentime The time this connection was opened.
opsinitiated The number of operations initiated by this connection.
opscompleted The number of operations completed.
binddn The distinguished name used by this connection to connect to the
directory.
rw The field shown if the connection is blocked for read or write.
By default, this information is available to Directory Manager. However, the ACI associated
with this information can be edited to allow others to access the information.
Identifies the number of connections currently in service by the directory.currentconnections
14.5 Monitoring server activity 523