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

Table 72 Database link monitoring attributes (continued)
DescriptionAttribute Name
The number of rename operations received.nsRenameCount
The number of base-level searches received.nsSearchBaseCount
The number of one-level searches received.nsSearchOneLevelCount
The number of subtree searches received.nsSearchSubtreeCount
The number of abandon operations received.nsAbandonCount
The number of bind request received.nsBindCount
The number of unbinds received.nsUnbindCount
The number of compare operations received.nsCompareCount
The number of open connections for normal operations.nsOperationConnectionCount
The number of open connections for bind operations.nsBindConnectionCount
For more information about ldapsearch, see the HP-UX Directory Server configuration, command,
and file reference.
14.8 Enabling and disabling 64-bit integers for counters
Whether the Directory Server is run on a 32-bit or 64-bit platform, the server itself records counter
values using 32-bit integers. Most of the time, this is fine. However, for very high traffic sites, 32-bit
counters roll over too quickly, which create very quirky and inaccurate data for server statistics. In
response to this, the Directory Server has a configuration attribute, nsslapd-counters, which
enables the Directory Server counters to use 64-bit integers for counters, even on 32-bit machines.
Using 64-bit integers with Directory Server counters improves performance and enable administrators
to gather long-term statistics accurately.
NOTE:
The nsslapd-counters attribute enables 64-bit integers for these specific database and server
counters. The counters that use 64-bit integers are not configurable; 64-bit integers are either
enabled for all the allowed counters or disabled for all allowed counters.
There are five attributes for the server that use 64-bit integers:
opsinitiated
opscompleted
entriessent
bytessent
totalconnections
There are four attributes for databases that use 64-bit integers:
entrycachehits
entrycachetries
currententrycachesize
maxentrycachesize
By default, using 64-bit integers with counters is already enabled. To enable or disable using 64-bit
integers, use ldapmodify:
ldapmodify -D "cn=directory manager" -w secret -p 389 -h server.example.com
14.8 Enabling and disabling 64-bit integers for counters 529