db5.3_stat โ Display statistics for Berkeley DB environments
| Use Case | Command | Description |
|---|---|---|
| ๐ Locking Stats | db5.3_stat -c | Display locking subsystem statistics |
| ๐พ Cache Stats | db5.3_stat -m | Display cache statistics |
| ๐ Logging Stats | db5.3_stat -l | Display logging subsystem statistics |
| ๐ Replication Stats | db5.3_stat -r | Display replication statistics |
| ๐งพ Transaction Stats | db5.3_stat -t | Display transaction subsystem statistics |
| ๐ Environment Info | db5.3_stat -e | Display database environment information |
| ๐๏ธ Specific DB Stats | db5.3_stat -d file -s database | Display statistics for a specific database |
| โก Fast DB Stats | db5.3_stat -d file -f | Display database stats without traversing |
| ๐ Specify Home Dir | db5.3_stat -h home | Specify a home directory for the environment |
| ๐ Reset Stats | db5.3_stat -Z | Reset statistics after reporting |
| ๐ Debug Locking Internals | db5.3_stat -C A | Display detailed internal locking info |
| ๐ Debug Cache Internals | db5.3_stat -M A | Display detailed internal cache info |
db5.3_stat -d file [-fN] [-h home] [-P password] [-s database]
db5.3_stat [-cEelmNrtVZ] [-C Aclop] [-h home] [-L A] [-M A] [-R A] [-P password]
The db5.3_stat utility displays statistics for Berkeley DB environments.
Values normally displayed in quantities of bytes are displayed as a combination of gigabytes (GB), megabytes (MB), kilobytes (KB), and bytes (B). Otherwise, values smaller than 10 million are displayed without any special notation, and values larger than 10 million are displayed as a number followed by "M".
The db5.3_stat utility may be used with a Berkeley DB environment (as described for the -h option, the environment variable DB_HOME, or because the utility was run in a directory containing a Berkeley DB environment). In order to avoid environment corruption when using a Berkeley DB environment, db5.3_stat should always be given the chance to detach from the environment and exit gracefully. To cause db5.3_stat to release all environment resources and exit cleanly, send it an interrupt signal (SIGINT).
-C ๐ Locking Subsystem InternalsDisplay internal information about the locking subsystem. (The output from this option is often both voluminous and meaningless, and is intended only for debugging.)
-c ๐ Locking Subsystem StatisticsDisplay locking subsystem statistics, as described in DB_ENV->lock_stat.
-d ๐๏ธ Database StatisticsDisplay database statistics for the specified file, as described in DB->stat.
If the database contains multiple databases and the -s flag is not specified, the statistics are for the internal database that describes the other databases the file contains, and not for the file as a whole.
-E ๐ Database Environment InternalsDisplay internal information about the database environment, including all configured subsystems of the database environment. (The output from this option is often both voluminous and meaningless, and is intended only for debugging.)
-e ๐ Database Environment InformationDisplay information about the database environment, including all configured subsystems of the database environment.
-f โก Fast Database StatisticsDisplay only those database statistics that can be acquired without traversing the database.
-h ๐ Home DirectorySpecify a home directory for the database environment; by default, the current working directory is used.
-L ๐ Logging Subsystem InternalsDisplay internal information about the logging subsystem. (The output from this option is often both voluminous and meaningless, and is intended only for debugging.)
-l ๐ Logging Subsystem StatisticsDisplay logging subsystem statistics, as described in DB_ENV->log_stat.
-M ๐ Cache InternalsDisplay internal information about the cache. (The output from this option is often both voluminous and meaningless, and is intended only for debugging.)
-m ๐พ Cache StatisticsDisplay cache statistics, as described in DB_ENV->memp_stat.
-N ๐ซ Non-blocking OperationDo not acquire shared region mutexes while running. Other problems, such as potentially fatal errors in Berkeley DB, will be ignored as well. This option is intended only for debugging errors, and should not be used under any other circumstances.
-P ๐ Environment PasswordSpecify an environment password. Although Berkeley DB utilities overwrite password strings as soon as possible, be aware there may be a window of vulnerability on systems where unprivileged users can see command-line arguments or where utilities are not able to overwrite the memory containing the command-line arguments.
-R ๐ Replication Subsystem InternalsDisplay internal information about the replication subsystem. (The output from this option is often both voluminous and meaningless, and is intended only for debugging.)
-r ๐ Replication StatisticsDisplay replication statistics, as described in DB_ENV->rep_stat.
-s ๐ Specific DatabaseDisplay statistics for the specified database contained in the file specified with the -d flag.
-t ๐งพ Transaction Subsystem StatisticsDisplay transaction subsystem statistics, as described in DB_ENV->txn_stat.
-V โน๏ธ Version InformationWrite the library version number to the standard output, and exit.
-Z ๐ Reset StatisticsReset the statistics after reporting them; valid only with the -C, -c, -E, -e, -L, -l, -M, -m, -R, -r, and -t options.
DB_HOMEIf the -h option is not specified and the environment variable DB_HOME is set, it is used as the path of the database home, as described in DB_ENV->open.
Sleepycat Software, Inc. This manual page was created based on the HTML documentation for db_stat from Sleepycat, by Thijs Kinkhorst <thijs AT kinkhorst.com>, for the Debian system (but may be used by others).
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-03 09:16 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)