GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MDB_STAT(1) FreeBSD General Commands Manual MDB_STAT(1)

mdb_stat - LMDB environment status tool

mdb_stat [-V] [-e] [-f[f[f]]] [-n] [-r[r]] [-a | -s subdb]  envpath

The mdb_stat utility displays the status of an LMDB environment.

-V
Write the library version number to the standard output, and exit.
-e
Display information about the database environment.
-f
Display information about the environment freelist. If -ff is given, summarize each freelist entry. If -fff is given, display the full list of page IDs in the freelist.
-n
Display the status of an LMDB database which does not use subdirectories.
-r
Display information about the environment reader table. Shows the process ID, thread ID, and transaction ID for each active reader slot. The process ID and transaction ID are in decimal, the thread ID is in hexadecimal. The transaction ID is displayed as "-" if the reader does not currently have a read transaction open. If -rr is given, check for stale entries in the reader table and clear them. The reader table will be printed again after the check is performed.
-a
Display the status of all of the subdatabases in the environment.
-s subdb
Display the status of a specific subdatabase.

Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error.

mdb_copy(1)

Howard Chu of Symas Corporation <http://www.symas.com>
2015/09/30 LMDB 0.9.17

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.