File: cbtest.1

package info (click to toggle)
qdbm 1.8.78-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,076 kB
  • sloc: ansic: 31,454; cpp: 3,623; perl: 2,167; java: 2,079; ruby: 1,690; makefile: 1,315; javascript: 627; sh: 396
file content (63 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download | duplicates (8)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH CBTEST 1 "2005-06-01" "Man Page" "Quick Database Manager"

.SH NAME
cbtest \- test cases for QDBM Cabin

.SH SYNOPSIS
.PP
.B cbtest sort
.RI "[-d] " rnum
.br
.B cbtest strstr
.RI "[-d] " rnum
.br
.B cbtest list
.RI "[-d] " rnum
.br
.B cbtest map
.RI "[-d] " rnum
.br
.B cbtest wicked
.I rnum
.br
.B cbtest misc

.SH DESCRIPTION
.PP
The command `cbtest' is a utility for facility test and performance test.  Measure the execution time of the command.  This command is used in the following format.  `rnum' specifies the number of records.
.PP
.TP
.B cbtest sort [-d] rnum
Perform test of sorting algorithms.
.TP
.B cbtest sort [-d] rnum
Perform test of string locating algorithms.
.TP
.B cbtest list [-d] rnum
Perform writing test of list.
.TP
.B cbtest map [-d] rnum
Perform writing test of map.
.TP
.B cbtest wicked rnum
Perform updating operations of list and map selected at random.
.TP
.B cbtest misc
Perform test of miscellaneous routines.
.PP
Options feature the following.
.PP
.RS
.B -d
: read and show data of the result.
.RE
.PP
This command returns 0 on success, another on failure.

.SH SEE ALSO
.PP
.BR qdbm (3),
.BR cabin (3)

.SH AUTHOR
QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.