-rw-r--r-- 975 cdb-20251021/doc/man/cdbstats.1 raw
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "cdb" "1" "" "" ""
.hy
.SS NAME
.PP
cdbstats - print statistics regarding a constant database
.SS SYNOPSIS
.PP
\f[V]cdbstats\f[R]
.SS DESCRIPTION
.PP
\f[V]cdbstats\f[R] reads a (seekable) constant database from its
standard input and prints a few statistics:
.IP \[bu] 2
\f[V]records\f[R] is the number of records in the database;
.IP \[bu] 2
\f[V]d0\f[R] is the number of records at distance 0 from their hash;
.IP \[bu] 2
\f[V]d1\f[R] is the number of records at distance 1 from their hash;
.IP \[bu] 2
etc.
.PP
There is also a \f[V]cdb64stats\f[R] that uses cdb64 format instead of
cdb format.
.SS SEE ALSO
.PP
\f[B]cdbget\f[R](1), \f[B]cdbmake\f[R](1), \f[B]cdbtest\f[R](1)