logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcprototest - command line interface to test the prototype database

Description

       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.

              kcprototestorder [-tree] [-thnum] [-rnd] [-etc] [-tran] rnum
                     Performs in-order tests.
              kcprototestqueue [-tree] [-thnum] [-itnum] [-rnd] rnum
                     Performs queuing operations.
              kcprototestwicked [-tree] [-thnum] [-itnum] rnum
                     Performs mixed operations selected at random.
              kcprototesttran [-tree] [-thnum] [-itnum] rnum
                     Performs test of transaction.

       Options feature the following.

              -tree : test the prototype tree database instead of the prototype hash database.
              -thnum : specifies the number of worker threads.
              -rnd : performs random test.
              -etc : performs miscellaneous operations.
              -tran : performs transaction.
              -itnum : specifies the number of repetition.

       This command returns 0 on success, another on failure.

Man Page                                           2012-05-24                                     KCPROTOTEST(1)

Name

       kcprototest - command line interface to test the prototype database

See Also