kccachetest (1) Linux Manual Page
NAME
kccachetest – command line interface to test the cache hash database
DESCRIPTION
The command `kccachetest‘ is a utility for facility test and performance test of the cache hash database. This command is used in the following format. `rnum‘ specifies the number of iterations.
-
kccachetest order[-thnum][-rnd][-etc][-tran][-tc][-bnumnum][-capcntnum][-capsiznum][-lv]rnum- Performs in-order tests.
kccachetest queue[-thnum][-itnum][-rnd][-tc][-bnumnum][-capcntnum][-capsiznum][-lv]rnum- Performs queuing operations.
kccachetest wicked[-thnum][-itnum][-tc][-bnumnum][-capcntnum][-capsiznum][-lv]rnum- Performs mixed operations selected at random.
kccachetest tran[-thnum][-itnum][-tc][-bnumnum][-capcntnum][-capsiznum][-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.
-capcntnum : specifies the maximum number of records.
-capsiznum : specifies the maximum size of memory usage.
-lv: reports all errors.
-itnum : specifies the number of repetition.
This command returns 0 on success, another on failure.
