1TCAMTTEST(1) Tokyo Cabinet TCAMTTEST(1)
2
3
4
6 tcamttest - test cases of the abstract database API
7
8
10 The command `tcamttest' is a utility for facility test under
11 multi-thread situation. This command is used in the following format.
12 `name' specifies the database name. `tnum' specifies the number of
13 running threads. `rnum' specifies the number of iterations.
14
15 tcamttest write name tnum rnum
16 Store records with keys of 8 bytes. They change as
17 `00000001', `00000002'...
18 tcamttest read name tnum
19 Retrieve all records of the database above.
20 tcamttest remove name tnum
21 Remove all records of the database above.
22
23 This command returns 0 on success, another on failure.
24
25
27 tcatest(1), tcamgr(1), tcadb(3), tokyocabinet(3)
28
29
30
31Man Page 2012-08-18 TCAMTTEST(1)