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

kcstashtest - command line interface to test the stash database

Description

       The  command  `kcstashtest'  is  a  utility for facility test and performance test of the stash database.
       This command is used in the following format.  `rnum' specifies the number of iterations.

              kccachetestorder [-thnum] [-rnd] [-etc] [-tran] [-bnumnum] [-lv] rnum
                     Performs in-order tests.
              kccachetestqueue [-thnum] [-itnum] [-rnd] [-bnumnum] [-lv] rnum
                     Performs queuing operations.
              kccachetestwicked [-thnum] [-itnum] [-bnumnum] [-lv] rnum
                     Performs mixed operations selected at random.
              kccachetesttran [-thnum] [-itnum] [-bnumnum] [-lv] rnum
                     Performs test of transaction.

       Options feature the following.

              -thnum : specifies the number of worker threads.
              -rnd : performs random test.
              -etc : performs miscellaneous operations.
              -tran : performs transaction.
              -bnumnum : specifies the number of buckets of the hash table.
              -lv : reports all errors.
              -itnum : specifies the number of repetition.

       This command returns 0 on success, another on failure.

Man Page                                           2012-05-24                                     KCSTASHTEST(1)

Name

       kcstashtest - command line interface to test the stash database

See Also