File: cdbstats.pod

package info (click to toggle)
freecdb 0.61
  • links: PTS
  • area: main
  • in suites: potato
  • size: 116 kB
  • ctags: 90
  • sloc: ansic: 614; makefile: 91; sh: 12
file content (44 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=head1 NAME

cdbstats -- output a summary of a constant database

=head1 SYNOPSIS

cdbstats E<lt>F<file>

=head1 DESCRIPTION

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

B<cdbstats> 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<N>

number of records I<N> locations away from their hash

=item >I<N>

number of records more than I<N> 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<cdbget(1)|cdbget(1)>, L<cdbdump(1)|cdbdump(1)>, L<cdbmake(1)|cdbmake(1)>