1KCPROTOTEST(1) Kyoto Cabinet KCPROTOTEST(1)
2
3
4
6 kcprototest - command line interface to test the prototype database
7
8
10 The command `kcprototest' is a utility for facility test and perfor‐
11 mance test of the prototype database. This command is used in the fol‐
12 lowing format. `rnum' specifies the number of iterations.
13
14 kcprototest order [-tree] [-th num] [-rnd] [-etc] [-tran] rnum
15 Performs in-order tests.
16 kcprototest queue [-tree] [-th num] [-it num] [-rnd] rnum
17 Performs queuing operations.
18 kcprototest wicked [-tree] [-th num] [-it num] rnum
19 Performs mixed operations selected at random.
20 kcprototest tran [-tree] [-th num] [-it num] rnum
21 Performs test of transaction.
22
23 Options feature the following.
24
25 -tree : test the prototype tree database instead of the proto‐
26 type hash database.
27 -th num : specifies the number of worker threads.
28 -rnd : performs random test.
29 -etc : performs miscellaneous operations.
30 -tran : performs transaction.
31 -it num : specifies the number of repetition.
32
33 This command returns 0 on success, another on failure.
34
35
36
37Man Page 2010-12-09 KCPROTOTEST(1)