cdb: cdbstats
NAME
cdbstats - print statistics regarding a constant database
SYNOPSIS
cdbstats
DESCRIPTION
cdbstats reads a (seekable) constant database
from its standard input
and prints a few statistics:
recordsis the number of records in the database;d0is the number of records at distance 0 from their hash;d1is the number of records at distance 1 from their hash;- etc.
There is also a cdb64stats that uses cdb64 format instead of cdb format.
SEE ALSO
cdbget(1), cdbmake(1), cdbtest(1)
Version: This is version 2025.10.21 of the "cdbstats" web page.