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