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]
16 Peform storing, retrieving, and removing in turn.
17 tcumttest typical [-nc] [-rr num] tnum rnum [bnum]
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
26 This command returns 0 on success, another on failure.
27
28
30 tcutest(1), tcucodec(1), tcutil(3), tokyocabinet(3)
31
32
33
34Man Page 2010-08-05 TCUMTTEST(1)