1TCUMTTEST(1) Tokyo Cabinet TCUMTTEST(1)
2
3
4
6 tcutest - test cases of the on-memory database API
7
8
10 The command `tcumttest' is a utility for facility test under
11 multi-thread situation. This command is used in the following format.
12 `rnum' specifies the number of iterations. `bnum' specifies the number
13 of buckets.
14
15 tcumttest combo [-rnd] tnum rnum [bnum] [-tr]
16 Peform storing, retrieving, and removing in turn.
17 tcumttest typical [-nc] [-rr num] tnum rnum [bnum] [-tr]
18 Perform typical operations selected at random.
19
20 Options feature the following.
21
22 -rnd : select keys at random.
23 -nc : omit the comparison test.
24 -rr num : specifiy the ratio of reading operation by percentage.
25 -tr : use on-memory tree database object.
26
27 This command returns 0 on success, another on failure.
28
29
31 tcutest(1), tcucodec(1), tcutil(3), tokyocabinet(3)
32
33
34
35Man Page 2012-08-18 TCUMTTEST(1)