File: cdbstats.1

package info (click to toggle)
freecdb 0.76
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 724 kB
  • sloc: ansic: 1,731; sh: 360; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH cdbstats 1
.SH NAME
cdbstats \- print constant database statistics 
.SH SYNOPSIS
.B cdbstats
.SH DESCRIPTION
.B cdbstats
reads a (seekable) constant database from its standard input and prints a
few statistics:
.P
 * records is the number of records in the database,
 * d0 is the number of records at distance 0 from their hash,
 * d1 is the number of records at distance 1 from their hash, etc.
.SH SEE ALSO
cdbmake(1),
cdbget(1),
cdbdump(1)