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

kcgrasstest - command line interface to test the cache tree database

Description

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

              kcgrasstestorder  [-thnum]  [-rnd]  [-etc]  [-tran] [-tc] [-bnumnum] [-psiznum] [-pccapnum]
              [-rcd|-rcld|-rcdd] [-lv] rnum
                     Performs in-order tests.
              kcgrasstestqueue [-thnum]  [-itnum]  [-rnd]  [-tc]  [-bnumnum]  [-psiznum]  [-pccapnum]
              [-rcd|-rcld|-rcdd] [-lv] rnum
                     Performs queuing operations.
              kcgrasstestwicked   [-thnum]   [-itnum]  [-tc]  [-bnumnum]  [-psiznum]  [-pccapnum]
              [-rcd|-rcld|-rcdd] [-lv] rnum
                     Performs mixed operations selected at random.
              kcgrasstesttran [-thnum] [-itnum] [-tc] [-bnumnum] [-psiznum] [-pccapnum] [-rcd|-rcld|-rcdd]
              [-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.
              -tc : tunes the database with the compression option.
              -bnumnum : specifies the number of buckets of the hash table.
              -psiznum : specifies the size of each page.
              -pccapnum : specifies the capacity size of the page cache.
              -rcd : use the decimal comparator instead of the lexical one.
              -rcld : use the lexical descending comparator instead of the ascending one.
              -rcdd : use the decimal descending comparator instead of the lexical one.
              -lv : reports all errors.
              -itnum : specifies the number of repetition.

       This command returns 0 on success, another on failure.

Man Page                                           2012-05-24                                     KCGRASSTEST(1)

Name

       kcgrasstest - command line interface to test the cache tree database

See Also