1KCUTILTEST(1) Kyoto Cabinet KCUTILTEST(1)
2
3
4
6 kcutiltest - command line interface to test the utility functions
7
8
10 The command `kcutiltest' is a utility for facility test and performance
11 test of the utility functions. This command is used in the following
12 format. `rnum' specifies the number of iterations. `path' specifies
13 the path of a file.
14
15 kcutiltest mutex [-th num] [-iv num] rnum
16 Performs test of lock primitives.
17 kcutiltest cond [-th num] [-iv num] rnum
18 Performs test of condition variable primitives.
19 kcutiltest para [-th num] [-iv num] rnum
20 Performs test of parallel processing.
21 kcutiltest file [-th num] [-rnd] [-msiz num] path rnum
22 Performs test of the file system abstraction.
23 kcutiltest lhmap [-rnd] [-bnum num] rnum
24 Performs test of doubly-linked hash map.
25 kcutiltest thmap [-rnd] [-bnum num] rnum
26 Performs test of memory-saving hash map.
27 kcutiltest talist [-rnd] rnum
28 Performs test of memory-saving array list.
29 kcutiltest misc rnum
30 Performs test of miscellaneous mechanisms.
31
32 Options feature the following.
33
34 -th num : specifies the number of worker threads.
35 -iv num : specifies the interval between iterations.
36 -rnd : performs random test.
37 -msiz num : specifies the size of the memory-mapped region.
38 -bnum num : specifies the number of buckets of the hash table.
39
40 This command returns 0 on success, another on failure.
41
42
44 kcutilmgr(1)
45
46
47
48Man Page 2012-05-24 KCUTILTEST(1)