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

FreeBSD Manual Pages

  
 
  

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

NAME
       kclangctest - command line interface to test the	C language binding

DESCRIPTION
       The  command  `kclangctest'  is a utility for facility test and perfor-
       mance test of the C language binding.  This command is used in the fol-
       lowing format.  `path' specifies	the path of a database	file.	`rnum'
       specifies the number of iterations.

	      kclangctest	 order	     [-rnd]	  [-etc]       [-tran]
	      [-oat|-onl|-onl|-otl|-onr] path rnum
		     Performs in-order tests.
	      kclangctest index	[-rnd] [-etc] [-oat|-onl|-onl|-otl|-onr]  path
	      rnum
		     Performs indexing operations.
	      kclangctest map [-rnd] [-etc] [-bnum num]	rnum
		     Performs test of memory-saving hash map.
	      kclangctest list [-rnd] [-etc] rnum
		     Performs test of memory-saving array list.

       Options feature the following.

	      -rnd : performs random test.
	      -etc : performs miscellaneous operations.
	      -tran : performs transaction.
	      -oat : opens the database	with the auto transaction option.
	      -oas : opens the database	with the auto synchronization option.
	      -onl : opens the database	with the no locking option.
	      -otl : opens the database	with the try locking option.
	      -onr : opens the database	with the no auto repair	option.
	      -bnum num	: specifies the	number of buckets of the hash table.

       This command returns 0 on success, another on failure.

SEE ALSO
       kcpolymgr(1), kcpolytest(1)

Man Page			  2012-05-24			KCLANGCTEST(1)

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

home | help