1TCATEST(3)                       Tokyo Cabinet                      TCATEST(3)
2
3
4

NAME

6       tcatest - test cases of the abstract database API
7
8

DESCRIPTION

10       The  command  `tcatest'  is a utility for facility test and performance
11       test.  This command is used in the following format.  `name'  specifies
12       the  database name.  `rnum' specifies the number of iterations.  `tnum'
13       specifies the number of transactions.
14
15              tcatest write name rnum
16                     Store records with keys  of  8  bytes.   They  change  as
17                     `00000001', `00000002'...
18              tcatest read name
19                     Retrieve all records of the database above.
20              tcatest remove name
21                     Remove all records of the database above.
22              tcatest rcat name rnum
23                     Store records with partway duplicated keys using concateā€
24                     nate mode.
25              tcatest misc name rnum
26                     Perform miscellaneous test of various operations.
27              tcatest wicked name rnum
28                     Perform updating operations of list and map  selected  at
29                     random.
30              tcatest compare name tnum rnum
31                     Perform comparison test of database schema.
32
33       This command returns 0 on success, another on failure.
34
35

SEE ALSO

37       tcamttest(1), tcamgr(1), tcadb(3), tokyocabinet(3)
38
39
40
41Man Page                          2012-08-18                        TCATEST(3)
Impressum