tcatest

Langue: en

Version: 113756 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

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.


tcatest write name rnum
Store records with keys of 8 bytes. They change as `00000001', `00000002'...

tcatest read name
Retrieve all records of the database above.

tcatest remove name
Remove all records of the database above.

tcatest rcat name rnum
Store records with partway duplicated keys using concatenate mode.

tcatest misc name rnum
Perform miscellaneous test of various operations.

This command returns 0 on success, another on failure.

SEE ALSO

tcamgr(1), tcadb(3), tokyocabinet(3)