mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
19 lines
420 B
Groff
19 lines
420 B
Groff
.TH cdbstats 1
|
|
.SH NAME
|
|
cdbstats \- summarize the contents of a constant database
|
|
.SH SYNOPSIS
|
|
.B cdbstats
|
|
.SH DESCRIPTION
|
|
.B cdbstats
|
|
reads a (seekable) constant database from its standard input
|
|
and prints a few statistics:
|
|
.B slots
|
|
is the number of hash positions;
|
|
.B records
|
|
is the number of records in the database;
|
|
.B d0
|
|
is the number of records at distance 0 from their hash.
|
|
.SH "SEE ALSO"
|
|
cdbdump(1),
|
|
cdbmake(1)
|