1KCUTILTEST(1)                    Kyoto Cabinet                   KCUTILTEST(1)
2
3
4

NAME

6       kcutiltest - command line interface to test the utility functions
7
8

DESCRIPTION

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 para [-th num] [-iv num] rnum
18                     Performs test of parallel processing.
19              kcutiltest file [-th num] [-rnd] [-msiz num] path rnum
20                     Performs test of the file system abstraction.
21              kcutiltest thmap [-rnd] [-bnum num] rnum
22                     Performs test of memory-saving hash map.
23              kcutiltest lhmap [-rnd] [-bnum num] rnum
24                     Performs test of doubly-linked hash map.
25              kcutiltest misc rnum
26                     Performs test of miscellaneous mechanisms.
27
28       Options feature the following.
29
30              -th num : specifies the number of worker threads.
31              -iv num : specifies the interval between iterations.
32              -rnd : performs random test.
33              -msiz num : specifies the size of the memory-mapped region.
34              -bnum num : specifies the number of buckets of the hash table.
35
36       This command returns 0 on success, another on failure.
37
38

SEE ALSO

40       kcutilmgr(1)
41
42
43
44Man Page                          2010-12-09                     KCUTILTEST(1)
Impressum