=head1 NAME cdbstats -- output a summary of a constant database =head1 SYNOPSIS cdbstats EF =head1 DESCRIPTION B outputs summary information about a constant database. B assumes that standard input has the database open in readable and seekable form (This means pipes will not work). B outputs some statistics related to the hash mechanism of the constant databases: =over 4 =item slots number of hash positions =item records number of records =item dI number of records I locations away from their hash =item >I number of records more than I locations away from their hash =back =head1 RETURN VALUES 0 on success, 1 on a syntax errors, 111 on transient errors. =head1 SEE ALSO L, L, L