1ODTEST(1) Quick Database Manager ODTEST(1)
2
3
4
6 odtest - test cases for QDBM Odeum
7
8
10 odtest write [-tune ibnum idnum cbnum csiz] name dnum wnum pnum
11 odtest read name
12 odtest combo name
13 odtest wicked name dnum
14
15
17 The command `odtest' is a utility for facility test and performance
18 test. Check a database generated by the command or measure the execu‐
19 tion time of the command. This command is used in the following for‐
20 mat. `name' specifies a database name. `dnum' specifies the number of
21 the documents. `wnum' specifies the number of words per document.
22 `pnum' specifies the number of patterns of words.
23
24 odtest write [-tune ibnum idnum cbnum csiz] name dnum wnum pnum
25 Store documents with random attributes and random words.
26
27 odtest read name
28 Retrieve all documents of the database above.
29
30 odtest combo name
31 Perform combination test of various operations.
32
33 odtest wicked name dnum
34 Perform updating operations selected at random.
35
36 Options feature the following.
37
38 -tune ibnum idnum cbnum csiz : set tuning parameters.
39
40 This command returns 0 on success, another on failure. The environment
41 variable `QDBMDBGFD' specifies the file descriptor to output the his‐
42 tory of updating the variable `dpecode'.
43
44
46 qdbm(3), odeum(3)
47
48
50 QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
51
52
53
54Man Page 2005-06-01 ODTEST(1)