tcatest(1) - Linux man page
Name
tcatest - test cases of the abstract database APIDescription
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 write name rnumStore records with keys of 8 bytes. They change as '00000001', '00000002'...tcatest read nameRetrieve all records of the database above.tcatest remove nameRemove all records of the database above.tcatest rcat name rnumStore records with partway duplicated keys using concatenate mode.tcatest misc name rnumPerform miscellaneous test of various operations.tcatest wicked name rnumPerform updating operations of list and map selected at random.tcatest compare name tnum rnumPerform comparison test of database schema.
This command returns 0 on success, another on failure.
See Also
tcamgr(1), tcadb(3), tokyocabinet(3)