View Single Post
  #5 (permalink)  
Old 01-17-2008, 02:14 AM
d64 d64 is offline
Active Member
 
Posts: 34
Default

4.5.10

Code:
# rpm -qa | grep -i zimbra
zimbra-core-4.5.10_GA_1575.FC5-20071117095155
zimbra-snmp-4.5.10_GA_1575.FC5-20071117095155
zimbra-ldap-4.5.10_GA_1575.FC5-20071117095155
zimbra-mta-4.5.10_GA_1575.FC5-20071117095155
zimbra-store-4.5.10_GA_1575.FC5-20071117095155
zimbra-spell-4.5.10_GA_1575.FC5-20071117095155
zimbra-logger-4.5.10_GA_1575.FC5-20071117095155
zimbra-apache-4.5.10_GA_1575.FC5-20071117095155
Code:
$ cd /opt/zimbra/openldap-data
$ /opt/zimbra/sleepycat/bin/db_stat -c
166     Last allocated locker ID.
2147M   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.
17      Number of current locks.
92      Maximum number of locks at any one time.
62      Number of current lockers.
84      Maximum number of lockers at any one time.
4294M   Number of current lock objects.
4294M   Maximum number of lock objects at any one time.
18M     Total number of locks requested.
18M     Total number of locks released.
0       Total number of lock requests failing because DB_LOCK_NOWAIT was set.
6       Total number of locks not immediately available due to conflicts.
1       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.
440KB   The size of the lock region..
16      The number of region locks granted after waiting.
29M     The number of region locks granted without waiting.
Reply With Quote