cdbstats -- output a summary of a constant database


SYNOPSIS

       cdbstats <file


DESCRIPTION

       cdbstats outputs summary information about a constant
       database.  cdbstats assumes that standard input has the
       database open in readable and seekable form (This means
       pipes will not work).

       cdbstats outputs some statistics related to the hash mech­
       anism of the constant databases:

       slots
           number of hash positions

       records
           number of records

       dN  number of records N locations away from their hash

       >N  number of records more than N locations away from
           their hash


RETURN VALUES

       0 on success, 1 on a syntax errors, 111 on transient
       errors.


SEE ALSO

       cdbget(1), cdbdump(1), cdbmake(1)


Man(1) output converted with man2html