.TH HVTEST 1 "2005-06-01" "Man Page" "Quick Database Manager" .SH NAME hvtest \- test cases for QDBM Hovel .SH SYNOPSIS .PP .B hvtest write .RI "[-qdbm] [-s] " name " " rnum .br .B hvtest read .RI "[-qdbm] " name " " rnum .SH DESCRIPTION .PP The command `hvtest' is a utility for facility test and performance test. Check a database generated by the command or measure the execution time of the command. This command is used in the following format. `name' specifies a database name. `rnum' specifies the number of records. .PP .TP .B hvtest write [-qdbm] [-s] name rnum Store records with keys of 8 bytes. They changes as `00000001', `00000002'... .TP .B hvtest read [-qdbm] name rnum Retrieve records of the database above. .PP Options feature the following. .PP .RS .B -qdbm : use `gdbm_open2' and open the handle as Curia. .br .B -s : make the file sparse. .RE .PP This command returns 0 on success, another on failure. .SH SEE ALSO .PP .BR qdbm (3), .BR hovel (3) .SH AUTHOR QDBM was written by Mikio Hirabayashi .