]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/mdb_stat.1
Add mdb_dbi_flags()
[openldap] / libraries / liblmdb / mdb_stat.1
1 .TH MDB_STAT 1 "2012/12/12" "LMDB 0.9.5"
2 .\" Copyright 2012 Howard Chu, Symas Corp. All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .SH NAME
5 mdb_stat \- LMDB environment status tool
6 .SH SYNOPSIS
7 .B mdb_stat
8 .BR \ envpath
9 [\c
10 .BR \-e ]
11 [\c
12 .BR \-f [ f [ f ]]]
13 [\c
14 .BR \-n ]
15 [\c
16 .BR \-a \ |
17 .BI \-s \ subdb\fR]
18 .SH DESCRIPTION
19 The
20 .B mdb_stat
21 utility displays the status of an LMDB environment.
22 .SH OPTIONS
23 .TP
24 .BR \-e
25 Display information about the database environment.
26 .TP
27 .BR \-f
28 Display information about the environment freelist.
29 If \fB\-ff\fP is given, summarize each freelist entry.
30 If \fB\-fff\fP is given, display the full list of page IDs in the freelist.
31 .TP
32 .BR \-n
33 Display the status of an LMDB database which does not use subdirectories.
34 .TP
35 .BR \-a
36 Display the status of all of the subdatabases in the environment.
37 .TP
38 .BR \-s \ subdb
39 Display the status of a specific subdatabase.
40 .SH DIAGNOSTICS
41 Exit status is zero if no errors occur.
42 Errors result in a non-zero exit status and
43 a diagnostic message being written to standard error.
44 .SH "SEE ALSO"
45 .BR mdb_copy (1)
46 .SH AUTHOR
47 Howard Chu of Symas Corporation <http://www.symas.com>