tcatest.1

来自「Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里」· 1 代码 · 共 55 行

1
55
字号
.TH "TCATEST" 3 "2009-02-13" "Man Page" "Tokyo Cabinet".SH NAMEtcatest \- test cases of the abstract database API.SH DESCRIPTION.PPThe command `\fBtcatest\fR' is a utility for facility test and performance test.  This command is used in the following format.  `\fIname\fR' specifies the database name.  `\fIrnum\fR' specifies the number of iterations.  `\fItnum\fR' specifies the number of transactions..PP.RS.br\fBtcatest write \fIname\fB \fIrnum\fB\fR.RSStore records with keys of 8 bytes.  They change as `00000001', `00000002'....RE.br\fBtcatest read \fIname\fB\fR.RSRetrieve all records of the database above..RE.br\fBtcatest remove \fIname\fB\fR.RSRemove all records of the database above..RE.br\fBtcatest rcat \fIname\fB \fIrnum\fB\fR.RSStore records with partway duplicated keys using concatenate mode..RE.br\fBtcatest misc \fIname\fB \fIrnum\fB\fR.RSPerform miscellaneous test of various operations..RE.br\fBtcatest wicked \fIname\fB \fIrnum\fB\fR.RSPerform updating operations of list and map selected at random..RE.br\fBtcatest compare \fIname\fB \fItnum\fB \fIrnum\fB\fR.RSPerform comparison test of database schema..RE.RE.PPThis command returns 0 on success, another on failure..SH SEE ALSO.PP.BR tcamgr (1),.BR tcadb (3),.BR tokyocabinet (3)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?