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

FreeBSD Manual Pages

  
 
  

home | help
TCQTEST(1)			Tokyo Dystopia			    TCQTEST(1)

NAME
       tcqtest - test cases of the q-gram database API

DESCRIPTION
       The  command  `tcqtest'	is a utility for facility test and performance
       test of the q-gram database API.	 This command is used in the following
       format.	`path' specifies the path of  a	 database  directory.	`rnum'
       specifies the number of iterations.

	      tcqtest  write [-tl] [-td|-tb|-tt] [-et num] [-ic	num] [-nl|-nb]
	      [-la num]	[-en] [-rc] [-ra] [-rs]	path rnum
		     Store records with	random texts.
	      tcqtest read [-nl|-nb] [-la num] [-lm  num]  [-en]  [-rc]	 [-ra]
	      [-rs] [-sp|-ss|-sf] path rnum
		     Search for	records	with random texts.
	      tcqtest wicked [-tl] [-td|-tb|-tt] [-et num] [-ic	num] [-nl|-nb]
	      [-la num]	[-en] [-rc] [-ra] [-rs]	path rnum
		     Perform updating operations selected at random.

       Options feature the following.

	      -tl : enable the option `QDBTLARGE'.
	      -td : enable the option `QDBTDEFLATE'.
	      -tb : enable the option `QDBTBZIP'.
	      -tt : enable the option `QDBTTCBS'.
	      -et num :	specify	the expected number of tokens.
	      -ic num :	specify	the capacity size of the token cache.
	      -nl : enable the option `QDBNOLCK'.
	      -nb : enable the option `QDBLCKNB'.
	      -la num :	specify	the average length of each records.
	      -lm num :	specify	the minimum length of each records.
	      -en : use	English-like text.
	      -rc : do not normalize character cases.
	      -ra : do not normalize characters	with accent marks.
	      -rs : do not normalize white-space characters.
	      -sp : use	the prefix matching mode.
	      -ss : use	the suffix matching mode.
	      -sf : use	the full matching mode.

       This command returns 0 on success, another on failure.

SEE ALSO
       tcqmgr(1), tcqdb(3)

Man Page			  2010-08-05			    TCQTEST(1)

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

home | help