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

FreeBSD Manual Pages

  
 
  

home | help
TCATEST(3)			 Tokyo Cabinet			    TCATEST(3)

NAME
       tcatest - test cases of the abstract database API

DESCRIPTION
       The  command  `tcatest'	is a utility for facility test and performance
       test.  This command is used in the following format.  `name'  specifies
       the  database name.  `rnum' specifies the number	of iterations.	`tnum'
       specifies the number of transactions.

	      tcatest write name rnum
		     Store records with	keys  of  8  bytes.   They  change  as
		     `00000001', `00000002'...
	      tcatest read name
		     Retrieve all records of the database above.
	      tcatest remove name
		     Remove all	records	of the database	above.
	      tcatest rcat name	rnum
		     Store records with	partway	duplicated keys	using concate-
		     nate mode.
	      tcatest misc name	rnum
		     Perform miscellaneous test	of various operations.
	      tcatest wicked name rnum
		     Perform  updating	operations of list and map selected at
		     random.
	      tcatest compare name tnum	rnum
		     Perform comparison	test of	database schema.

       This command returns 0 on success, another on failure.

SEE ALSO
       tcamttest(1), tcamgr(1),	tcadb(3), tokyocabinet(3)

Man Page			  2012-08-18			    TCATEST(3)

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

home | help