Contents
Short Descriptions
prints the pathnames of log files that are no longer in use. |
|
is a daemon process used to monitor and checkpoint database logs. |
|
is used to abort lock requests when deadlocks are detected. |
|
converts database files to a flat file format readable by db_load. |
|
creates "hot backup" or "hot failover" snapshots of Berkeley DB databases. |
|
is used to create database files from flat files created with db_dump. |
|
verifies the log files of a database. |
|
converts database log files to human readable text. |
|
is used to restore a database to a consistent state after a failure. |
|
is a daemon process that provides replication/HA services on a transactional environment. |
|
displays database environment statistics. |
|
analyzes the data in a btree database, and suggests a page size that is likely to deliver optimal operation. |
|
is used to upgrade database files to a newer version of Berkeley DB. |
|
is used to run consistency checks on database files. |