1KCSTASHTEST(1) Kyoto Cabinet KCSTASHTEST(1)
2
3
4
6 kcstashtest - command line interface to test the stash database
7
8
10 The command `kcstashtest' is a utility for facility test and perfor‐
11 mance test of the stash database. This command is used in the follow‐
12 ing format. `rnum' specifies the number of iterations.
13
14 kccachetest order [-th num] [-rnd] [-etc] [-tran] [-bnum num]
15 [-lv] rnum
16 Performs in-order tests.
17 kccachetest queue [-th num] [-it num] [-rnd] [-bnum num] [-lv]
18 rnum
19 Performs queuing operations.
20 kccachetest wicked [-th num] [-it num] [-bnum num] [-lv] rnum
21 Performs mixed operations selected at random.
22 kccachetest tran [-th num] [-it num] [-bnum num] [-lv] rnum
23 Performs test of transaction.
24
25 Options feature the following.
26
27 -th num : specifies the number of worker threads.
28 -rnd : performs random test.
29 -etc : performs miscellaneous operations.
30 -tran : performs transaction.
31 -bnum num : specifies the number of buckets of the hash table.
32 -lv : reports all errors.
33 -it num : specifies the number of repetition.
34
35 This command returns 0 on success, another on failure.
36
37
38
39Man Page 2012-05-24 KCSTASHTEST(1)