kcprototest(1) - Linux man page
Name
kcprototest - command line interface to test the prototype databaseDescription
The command 'kcprototest' is a utility for facility test and performance test of the prototype database. This command is used in the following format. 'rnum' specifies the number of iterations.
kcprototest order [-tree] [-th num] [-rnd] [-etc] [-tran] rnumPerforms in-order tests.kcprototest queue [-tree] [-th num] [-it num] [-rnd] rnumPerforms queuing operations.kcprototest wicked [-tree] [-th num] [-it num] rnumPerforms mixed operations selected at random.kcprototest tran [-tree] [-th num] [-it num] rnumPerforms test of transaction.
Options feature the following.
-tree : test the prototype tree database instead of the prototype hash database.
-th num : specifies the number of worker threads.
-rnd : performs random test.
-etc : performs miscellaneous operations.
-tran : performs transaction.
-it num : specifies the number of repetition.
This command returns 0 on success, another on failure.