Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KCPROTOTEST(1)			  Kyoto Cabinet 		  KCPROTOTEST(1)

NAME
     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 for-
     mat.  `rnum' specifies the number of iterations.

	    kcprototest order [-tree] [-th num] [-rnd] [-etc] [-tran] rnum
		   Performs in-order tests.
	    kcprototest queue [-tree] [-th num] [-it num] [-rnd] rnum
		   Performs queuing operations.
	    kcprototest wicked [-tree] [-th num] [-it num] rnum
		   Performs mixed operations selected at random.
	    kcprototest tran [-tree] [-th num] [-it num] rnum
		   Performs 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.

Man Page			   2012-05-24			  KCPROTOTEST(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kcprototest&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help