tcatest (1) Linux Manual Page
NAME
tcatest – test cases of the abstract database API
DESCRIPTION
The command `tcatest‘ is a utility for facility test and performance test. This command is used in the following format. `name‘ specifies the database name. `rnum‘ specifies the number of iterations. `tnum‘ specifies the number of transactions.
-
tcatest writenamernum- Store records with keys of 8 bytes. They change as `00000001′, `00000002’…
tcatest readname- Retrieve all records of the database above.
tcatest removename- Remove all records of the database above.
tcatest rcatnamernum- Store records with partway duplicated keys using concatenate mode.
tcatest miscnamernum- Perform miscellaneous test of various operations.
tcatest wickednamernum- Perform updating operations of list and map selected at random.
tcatest comparenametnumrnum- Perform comparison test of database schema.
This command returns 0 on success, another on failure.
SEE ALSO
tcamttest(1), tcamgr(1), tcadb(3), tokyocabinet(3)
