user@ldap[~]$ sudo -u ldap /usr/bin/db_stat -h /var/lib/ldap/domain -c
566 Last allocated locker ID
0x7fffffff Current maximum unused locker ID
9 Number of lock modes
1000 Maximum number of locks possible
1000 Maximum number of lockers possible
1000 Maximum number of lock objects possible
80 Number of lock object partitions
16 Number of current locks
986 Maximum number of locks at any one time
14 Maximum number of locks in any one bucket
303 Maximum number of locks stolen by for an empty partition
18 Maximum number of locks stolen for any one partition
90 Number of current lockers
130 Maximum number of lockers at any one time
16 Number of current lock objects
519 Maximum number of lock objects at any one time
8 Maximum number of lock objects in any one bucket
0 Maximum number of objects stolen by for an empty partition
0 Maximum number of objects stolen for any one partition
348M Total number of locks requested (348174715)
348M Total number of locks released (348174394)
0 Total number of locks upgraded
112 Total number of locks downgraded
10622 Lock requests not available due to conflicts, for which we waited <------ sounds bad
0 Lock requests not available due to conflicts, for which we did not wait
2 Number of deadlocks
0 Lock timeout value
0 Number of locks that have timed out
0 Transaction timeout value
0 Number of transactions that have timed out
744KB The size of the lock region
221341 The number of partition locks that required waiting (0%)
5041 The maximum number of times any partition lock was waited for (0%)
1 The number of object queue operations that required waiting (0%)
40577 The number of locker allocations that required waiting (0%)
0 The number of region locks that required waiting (0%)
8 Maximum hash bucket length
Only four clients are currently using this cluster so perhaps I should actually use DB_CONFIG before putting it into production.