heroku-tokyotyrant 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +504 -0
- data/README.rdoc +231 -0
- data/Rakefile +72 -0
- data/benchmarks/balancer.rb +101 -0
- data/benchmarks/bulk_db.rb +74 -0
- data/benchmarks/bulk_table.rb +87 -0
- data/benchmarks/db.rb +114 -0
- data/benchmarks/table.rb +161 -0
- data/ext/extconf.rb +43 -0
- data/ext/tokyo/bin/tcamgr +0 -0
- data/ext/tokyo/bin/tcamttest +0 -0
- data/ext/tokyo/bin/tcatest +0 -0
- data/ext/tokyo/bin/tcbmgr +0 -0
- data/ext/tokyo/bin/tcbmttest +0 -0
- data/ext/tokyo/bin/tcbtest +0 -0
- data/ext/tokyo/bin/tcfmgr +0 -0
- data/ext/tokyo/bin/tcfmttest +0 -0
- data/ext/tokyo/bin/tcftest +0 -0
- data/ext/tokyo/bin/tchmgr +0 -0
- data/ext/tokyo/bin/tchmttest +0 -0
- data/ext/tokyo/bin/tchtest +0 -0
- data/ext/tokyo/bin/tcrmgr +0 -0
- data/ext/tokyo/bin/tcrmttest +0 -0
- data/ext/tokyo/bin/tcrtest +0 -0
- data/ext/tokyo/bin/tctmgr +0 -0
- data/ext/tokyo/bin/tctmttest +0 -0
- data/ext/tokyo/bin/tcttest +0 -0
- data/ext/tokyo/bin/tcucodec +0 -0
- data/ext/tokyo/bin/tcumttest +0 -0
- data/ext/tokyo/bin/tcutest +0 -0
- data/ext/tokyo/bin/ttserver +0 -0
- data/ext/tokyo/bin/ttulmgr +0 -0
- data/ext/tokyo/bin/ttultest +0 -0
- data/ext/tokyo/include/tcadb.h +548 -0
- data/ext/tokyo/include/tcbdb.h +1101 -0
- data/ext/tokyo/include/tcfdb.h +858 -0
- data/ext/tokyo/include/tchdb.h +871 -0
- data/ext/tokyo/include/tcrdb.h +801 -0
- data/ext/tokyo/include/tctdb.h +1086 -0
- data/ext/tokyo/include/tculog.h +392 -0
- data/ext/tokyo/include/tcutil.h +4184 -0
- data/ext/tokyo/include/ttutil.h +494 -0
- data/ext/tokyo/lib/libtokyocabinet.9.4.0.dylib +0 -0
- data/ext/tokyo/lib/libtokyocabinet.9.dylib +0 -0
- data/ext/tokyo/lib/libtokyocabinet.a +0 -0
- data/ext/tokyo/lib/libtokyocabinet.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.3.22.0.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.3.dylib +0 -0
- data/ext/tokyo/lib/libtokyotyrant.a +0 -0
- data/ext/tokyo/lib/libtokyotyrant.dylib +0 -0
- data/ext/tokyo/lib/pkgconfig/tokyocabinet.pc +14 -0
- data/ext/tokyo/lib/pkgconfig/tokyotyrant.pc +14 -0
- data/ext/tokyo/lib/ttskeldir.bundle +0 -0
- data/ext/tokyo/lib/ttskelmock.bundle +0 -0
- data/ext/tokyo/lib/ttskelnull.bundle +0 -0
- data/ext/tokyo/lib/ttskelproxy.bundle +0 -0
- data/ext/tokyo/libexec/tcawmgr.cgi +0 -0
- data/ext/tokyo/sbin/ttservctl +163 -0
- data/ext/tokyo/share/man/man1/tcamgr.1 +97 -0
- data/ext/tokyo/share/man/man1/tcamttest.1 +35 -0
- data/ext/tokyo/share/man/man1/tcatest.1 +55 -0
- data/ext/tokyo/share/man/man1/tcbmgr.1 +125 -0
- data/ext/tokyo/share/man/man1/tcbmttest.1 +81 -0
- data/ext/tokyo/share/man/man1/tcbtest.1 +107 -0
- data/ext/tokyo/share/man/man1/tcfmgr.1 +98 -0
- data/ext/tokyo/share/man/man1/tcfmttest.1 +62 -0
- data/ext/tokyo/share/man/man1/tcftest.1 +73 -0
- data/ext/tokyo/share/man/man1/tchmgr.1 +110 -0
- data/ext/tokyo/share/man/man1/tchmttest.1 +85 -0
- data/ext/tokyo/share/man/man1/tchtest.1 +95 -0
- data/ext/tokyo/share/man/man1/tcrmgr.1 +164 -0
- data/ext/tokyo/share/man/man1/tcrmttest.1 +55 -0
- data/ext/tokyo/share/man/man1/tcrtest.1 +89 -0
- data/ext/tokyo/share/man/man1/tctmgr.1 +140 -0
- data/ext/tokyo/share/man/man1/tctmttest.1 +92 -0
- data/ext/tokyo/share/man/man1/tcttest.1 +105 -0
- data/ext/tokyo/share/man/man1/tcucodec.1 +162 -0
- data/ext/tokyo/share/man/man1/tcumttest.1 +41 -0
- data/ext/tokyo/share/man/man1/tcutest.1 +81 -0
- data/ext/tokyo/share/man/man1/ttserver.1 +84 -0
- data/ext/tokyo/share/man/man1/ttulmgr.1 +40 -0
- data/ext/tokyo/share/man/man1/ttultest.1 +16 -0
- data/ext/tokyo/share/man/man3/tcadb.3 +676 -0
- data/ext/tokyo/share/man/man3/tcbdb.3 +1355 -0
- data/ext/tokyo/share/man/man3/tcfdb.3 +975 -0
- data/ext/tokyo/share/man/man3/tchdb.3 +898 -0
- data/ext/tokyo/share/man/man3/tclist.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmap.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmdb.3 +1 -0
- data/ext/tokyo/share/man/man3/tcmpool.3 +1 -0
- data/ext/tokyo/share/man/man3/tcrdb.3 +1309 -0
- data/ext/tokyo/share/man/man3/tctdb.3 +1110 -0
- data/ext/tokyo/share/man/man3/tctree.3 +1 -0
- data/ext/tokyo/share/man/man3/tculog.3 +15 -0
- data/ext/tokyo/share/man/man3/tcutil.3 +4518 -0
- data/ext/tokyo/share/man/man3/tcxstr.3 +1 -0
- data/ext/tokyo/share/man/man3/tokyocabinet.3 +132 -0
- data/ext/tokyo/share/man/man3/ttutil.3 +14 -0
- data/ext/tokyo/share/man/man8/ttservctl.8 +37 -0
- data/ext/tokyo/share/tokyocabinet/COPYING +504 -0
- data/ext/tokyo/share/tokyocabinet/ChangeLog +1252 -0
- data/ext/tokyo/share/tokyocabinet/THANKS +12 -0
- data/ext/tokyo/share/tokyocabinet/doc/benchmark.pdf +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/common.css +211 -0
- data/ext/tokyo/share/tokyocabinet/doc/icon16.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/index.html +156 -0
- data/ext/tokyo/share/tokyocabinet/doc/index.ja.html +197 -0
- data/ext/tokyo/share/tokyocabinet/doc/logo-ja.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/logo.png +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/spex-en.html +7145 -0
- data/ext/tokyo/share/tokyocabinet/doc/spex-ja.html +7476 -0
- data/ext/tokyo/share/tokyocabinet/doc/tokyoproducts.pdf +0 -0
- data/ext/tokyo/share/tokyocabinet/doc/tokyoproducts.ppt +0 -0
- data/ext/tokyo/share/tokyotyrant/COPYING +504 -0
- data/ext/tokyo/share/tokyotyrant/ChangeLog +578 -0
- data/ext/tokyo/share/tokyotyrant/THANKS +15 -0
- data/ext/tokyo/share/tokyotyrant/doc/common.css +211 -0
- data/ext/tokyo/share/tokyotyrant/doc/index.html +79 -0
- data/ext/tokyo/share/tokyotyrant/doc/spex.html +2264 -0
- data/ext/tokyo/share/tokyotyrant/ext/mapreduce.lua +57 -0
- data/ext/tokyo/share/tokyotyrant/ext/queue.lua +55 -0
- data/ext/tokyo/share/tokyotyrant/ext/senatus.lua +532 -0
- data/ext/tokyo/share/tokyotyrant/ext/usherette.lua +438 -0
- data/ext/tokyo_tyrant.c +147 -0
- data/ext/tokyo_tyrant.h +48 -0
- data/ext/tokyo_tyrant_db.c +227 -0
- data/ext/tokyo_tyrant_db.h +8 -0
- data/ext/tokyo_tyrant_module.c +453 -0
- data/ext/tokyo_tyrant_module.h +10 -0
- data/ext/tokyo_tyrant_query.c +226 -0
- data/ext/tokyo_tyrant_query.h +9 -0
- data/ext/tokyo_tyrant_table.c +319 -0
- data/ext/tokyo_tyrant_table.h +8 -0
- data/ext/tokyocabinet-1.4.41/COPYING +504 -0
- data/ext/tokyocabinet-1.4.41/ChangeLog +1252 -0
- data/ext/tokyocabinet-1.4.41/Makefile.in +825 -0
- data/ext/tokyocabinet-1.4.41/README +38 -0
- data/ext/tokyocabinet-1.4.41/THANKS +12 -0
- data/ext/tokyocabinet-1.4.41/bros/Makefile +133 -0
- data/ext/tokyocabinet-1.4.41/bros/bdbtest.c +438 -0
- data/ext/tokyocabinet-1.4.41/bros/cdbtest.c +219 -0
- data/ext/tokyocabinet-1.4.41/bros/cmpsqltctest.c +186 -0
- data/ext/tokyocabinet-1.4.41/bros/gdbmtest.c +216 -0
- data/ext/tokyocabinet-1.4.41/bros/mapreporter +72 -0
- data/ext/tokyocabinet-1.4.41/bros/maptest.cc +677 -0
- data/ext/tokyocabinet-1.4.41/bros/ndbmtest.c +204 -0
- data/ext/tokyocabinet-1.4.41/bros/qdbmtest.c +375 -0
- data/ext/tokyocabinet-1.4.41/bros/reporter +141 -0
- data/ext/tokyocabinet-1.4.41/bros/result.xls +0 -0
- data/ext/tokyocabinet-1.4.41/bros/sdbmtest.c +204 -0
- data/ext/tokyocabinet-1.4.41/bros/sqltest.c +404 -0
- data/ext/tokyocabinet-1.4.41/bros/tctest.c +748 -0
- data/ext/tokyocabinet-1.4.41/bros/tdbtest.c +205 -0
- data/ext/tokyocabinet-1.4.41/configure +7402 -0
- data/ext/tokyocabinet-1.4.41/configure.in +362 -0
- data/ext/tokyocabinet-1.4.41/doc/benchmark.pdf +0 -0
- data/ext/tokyocabinet-1.4.41/doc/common.css +211 -0
- data/ext/tokyocabinet-1.4.41/doc/icon16.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/index.html +156 -0
- data/ext/tokyocabinet-1.4.41/doc/index.ja.html +197 -0
- data/ext/tokyocabinet-1.4.41/doc/logo-ja.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/logo.png +0 -0
- data/ext/tokyocabinet-1.4.41/doc/spex-en.html +7145 -0
- data/ext/tokyocabinet-1.4.41/doc/spex-ja.html +7476 -0
- data/ext/tokyocabinet-1.4.41/doc/tokyoproducts.pdf +0 -0
- data/ext/tokyocabinet-1.4.41/doc/tokyoproducts.ppt +0 -0
- data/ext/tokyocabinet-1.4.41/example/Makefile +113 -0
- data/ext/tokyocabinet-1.4.41/example/tcadbex.c +55 -0
- data/ext/tokyocabinet-1.4.41/example/tcbdbex.c +64 -0
- data/ext/tokyocabinet-1.4.41/example/tcfdbex.c +60 -0
- data/ext/tokyocabinet-1.4.41/example/tchdbex.c +60 -0
- data/ext/tokyocabinet-1.4.41/example/tctchat.c +97 -0
- data/ext/tokyocabinet-1.4.41/example/tctchat.tmpl +141 -0
- data/ext/tokyocabinet-1.4.41/example/tctdbex.c +85 -0
- data/ext/tokyocabinet-1.4.41/example/tctsearch.c +95 -0
- data/ext/tokyocabinet-1.4.41/example/tctsearch.tmpl +122 -0
- data/ext/tokyocabinet-1.4.41/example/tcutilex.c +77 -0
- data/ext/tokyocabinet-1.4.41/f.tsv +2 -0
- data/ext/tokyocabinet-1.4.41/lab/calccomp +118 -0
- data/ext/tokyocabinet-1.4.41/lab/datechange +56 -0
- data/ext/tokyocabinet-1.4.41/lab/diffcheck +45 -0
- data/ext/tokyocabinet-1.4.41/lab/htmltotsv +102 -0
- data/ext/tokyocabinet-1.4.41/lab/magic +19 -0
- data/ext/tokyocabinet-1.4.41/lab/printenv.cgi +27 -0
- data/ext/tokyocabinet-1.4.41/lab/stepcount +26 -0
- data/ext/tokyocabinet-1.4.41/lab/stopwatch +61 -0
- data/ext/tokyocabinet-1.4.41/lab/tabcheck +43 -0
- data/ext/tokyocabinet-1.4.41/lab/wgettsv +239 -0
- data/ext/tokyocabinet-1.4.41/lab/widthcheck +57 -0
- data/ext/tokyocabinet-1.4.41/man/htmltoman +104 -0
- data/ext/tokyocabinet-1.4.41/man/tcadb.3 +676 -0
- data/ext/tokyocabinet-1.4.41/man/tcamgr.1 +97 -0
- data/ext/tokyocabinet-1.4.41/man/tcamttest.1 +35 -0
- data/ext/tokyocabinet-1.4.41/man/tcatest.1 +55 -0
- data/ext/tokyocabinet-1.4.41/man/tcbdb.3 +1355 -0
- data/ext/tokyocabinet-1.4.41/man/tcbmgr.1 +125 -0
- data/ext/tokyocabinet-1.4.41/man/tcbmttest.1 +81 -0
- data/ext/tokyocabinet-1.4.41/man/tcbtest.1 +107 -0
- data/ext/tokyocabinet-1.4.41/man/tcfdb.3 +975 -0
- data/ext/tokyocabinet-1.4.41/man/tcfmgr.1 +98 -0
- data/ext/tokyocabinet-1.4.41/man/tcfmttest.1 +62 -0
- data/ext/tokyocabinet-1.4.41/man/tcftest.1 +73 -0
- data/ext/tokyocabinet-1.4.41/man/tchdb.3 +898 -0
- data/ext/tokyocabinet-1.4.41/man/tchmgr.1 +110 -0
- data/ext/tokyocabinet-1.4.41/man/tchmttest.1 +85 -0
- data/ext/tokyocabinet-1.4.41/man/tchtest.1 +95 -0
- data/ext/tokyocabinet-1.4.41/man/tclist.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmap.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmdb.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcmpool.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tctdb.3 +1110 -0
- data/ext/tokyocabinet-1.4.41/man/tctmgr.1 +140 -0
- data/ext/tokyocabinet-1.4.41/man/tctmttest.1 +92 -0
- data/ext/tokyocabinet-1.4.41/man/tctree.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tcttest.1 +105 -0
- data/ext/tokyocabinet-1.4.41/man/tcucodec.1 +162 -0
- data/ext/tokyocabinet-1.4.41/man/tcumttest.1 +41 -0
- data/ext/tokyocabinet-1.4.41/man/tcutest.1 +81 -0
- data/ext/tokyocabinet-1.4.41/man/tcutil.3 +4518 -0
- data/ext/tokyocabinet-1.4.41/man/tcxstr.3 +1 -0
- data/ext/tokyocabinet-1.4.41/man/tokyocabinet.3 +132 -0
- data/ext/tokyocabinet-1.4.41/md5.c +381 -0
- data/ext/tokyocabinet-1.4.41/md5.h +101 -0
- data/ext/tokyocabinet-1.4.41/myconf.c +493 -0
- data/ext/tokyocabinet-1.4.41/myconf.h +549 -0
- data/ext/tokyocabinet-1.4.41/tcadb.c +4339 -0
- data/ext/tokyocabinet-1.4.41/tcadb.h +548 -0
- data/ext/tokyocabinet-1.4.41/tcamgr.c +1019 -0
- data/ext/tokyocabinet-1.4.41/tcamttest.c +542 -0
- data/ext/tokyocabinet-1.4.41/tcatest.c +1845 -0
- data/ext/tokyocabinet-1.4.41/tcawmgr.c +482 -0
- data/ext/tokyocabinet-1.4.41/tcbdb.c +4180 -0
- data/ext/tokyocabinet-1.4.41/tcbdb.h +1101 -0
- data/ext/tokyocabinet-1.4.41/tcbmgr.c +1012 -0
- data/ext/tokyocabinet-1.4.41/tcbmttest.c +1810 -0
- data/ext/tokyocabinet-1.4.41/tcbtest.c +2586 -0
- data/ext/tokyocabinet-1.4.41/tcfdb.c +2746 -0
- data/ext/tokyocabinet-1.4.41/tcfdb.h +858 -0
- data/ext/tokyocabinet-1.4.41/tcfmgr.c +786 -0
- data/ext/tokyocabinet-1.4.41/tcfmttest.c +1220 -0
- data/ext/tokyocabinet-1.4.41/tcftest.c +1695 -0
- data/ext/tokyocabinet-1.4.41/tchdb.c +5153 -0
- data/ext/tokyocabinet-1.4.41/tchdb.h +871 -0
- data/ext/tokyocabinet-1.4.41/tchmgr.c +842 -0
- data/ext/tokyocabinet-1.4.41/tchmttest.c +1757 -0
- data/ext/tokyocabinet-1.4.41/tchtest.c +2129 -0
- data/ext/tokyocabinet-1.4.41/tctdb.c +6199 -0
- data/ext/tokyocabinet-1.4.41/tctdb.h +1086 -0
- data/ext/tokyocabinet-1.4.41/tctmgr.c +1241 -0
- data/ext/tokyocabinet-1.4.41/tctmttest.c +1563 -0
- data/ext/tokyocabinet-1.4.41/tcttest.c +2062 -0
- data/ext/tokyocabinet-1.4.41/tcucodec.c +1357 -0
- data/ext/tokyocabinet-1.4.41/tcumttest.c +578 -0
- data/ext/tokyocabinet-1.4.41/tcutest.c +1875 -0
- data/ext/tokyocabinet-1.4.41/tcutil.c +10528 -0
- data/ext/tokyocabinet-1.4.41/tcutil.h +4184 -0
- data/ext/tokyocabinet-1.4.41/tokyocabinet.idl +336 -0
- data/ext/tokyocabinet-1.4.41/tokyocabinet.pc.in +14 -0
- data/ext/tokyotyrant-1.1.39/COPYING +504 -0
- data/ext/tokyotyrant-1.1.39/ChangeLog +578 -0
- data/ext/tokyotyrant-1.1.39/Makefile.in +365 -0
- data/ext/tokyotyrant-1.1.39/README +38 -0
- data/ext/tokyotyrant-1.1.39/THANKS +15 -0
- data/ext/tokyotyrant-1.1.39/configure +6979 -0
- data/ext/tokyotyrant-1.1.39/configure.in +300 -0
- data/ext/tokyotyrant-1.1.39/doc/common.css +211 -0
- data/ext/tokyotyrant-1.1.39/doc/index.html +79 -0
- data/ext/tokyotyrant-1.1.39/doc/spex.html +2264 -0
- data/ext/tokyotyrant-1.1.39/example/Makefile +68 -0
- data/ext/tokyotyrant-1.1.39/example/httptest.pl +88 -0
- data/ext/tokyotyrant-1.1.39/example/mcftest.pl +39 -0
- data/ext/tokyotyrant-1.1.39/example/mctest.pl +43 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex.c +49 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbex.o +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex +0 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex.c +79 -0
- data/ext/tokyotyrant-1.1.39/example/tcrdbtblex.o +0 -0
- data/ext/tokyotyrant-1.1.39/ext/mapreduce.lua +57 -0
- data/ext/tokyotyrant-1.1.39/ext/queue.lua +55 -0
- data/ext/tokyotyrant-1.1.39/ext/senatus.lua +532 -0
- data/ext/tokyotyrant-1.1.39/ext/usherette.lua +438 -0
- data/ext/tokyotyrant-1.1.39/lab/datechange +56 -0
- data/ext/tokyotyrant-1.1.39/lab/diffcheck +45 -0
- data/ext/tokyotyrant-1.1.39/lab/fibonacci.lua +20 -0
- data/ext/tokyotyrant-1.1.39/lab/footprint.lua +67 -0
- data/ext/tokyotyrant-1.1.39/lab/highlow.lua +88 -0
- data/ext/tokyotyrant-1.1.39/lab/killdualmaster +12 -0
- data/ext/tokyotyrant-1.1.39/lab/rundualmaster +38 -0
- data/ext/tokyotyrant-1.1.39/lab/stepcount +26 -0
- data/ext/tokyotyrant-1.1.39/lab/tabcheck +43 -0
- data/ext/tokyotyrant-1.1.39/lab/ushrtregister.pl +55 -0
- data/ext/tokyotyrant-1.1.39/lab/widthcheck +57 -0
- data/ext/tokyotyrant-1.1.39/man/htmltoman +100 -0
- data/ext/tokyotyrant-1.1.39/man/tcrdb.3 +1309 -0
- data/ext/tokyotyrant-1.1.39/man/tcrmgr.1 +164 -0
- data/ext/tokyotyrant-1.1.39/man/tcrmttest.1 +55 -0
- data/ext/tokyotyrant-1.1.39/man/tcrtest.1 +89 -0
- data/ext/tokyotyrant-1.1.39/man/tculog.3 +15 -0
- data/ext/tokyotyrant-1.1.39/man/ttservctl.8 +37 -0
- data/ext/tokyotyrant-1.1.39/man/ttserver.1 +84 -0
- data/ext/tokyotyrant-1.1.39/man/ttulmgr.1 +40 -0
- data/ext/tokyotyrant-1.1.39/man/ttultest.1 +16 -0
- data/ext/tokyotyrant-1.1.39/man/ttutil.3 +14 -0
- data/ext/tokyotyrant-1.1.39/myconf.c +169 -0
- data/ext/tokyotyrant-1.1.39/myconf.h +408 -0
- data/ext/tokyotyrant-1.1.39/scrext.c +2394 -0
- data/ext/tokyotyrant-1.1.39/scrext.h +96 -0
- data/ext/tokyotyrant-1.1.39/tcrdb.c +2637 -0
- data/ext/tokyotyrant-1.1.39/tcrdb.h +801 -0
- data/ext/tokyotyrant-1.1.39/tcrmgr.c +1559 -0
- data/ext/tokyotyrant-1.1.39/tcrmttest.c +915 -0
- data/ext/tokyotyrant-1.1.39/tcrtest.c +1542 -0
- data/ext/tokyotyrant-1.1.39/tculog.c +1211 -0
- data/ext/tokyotyrant-1.1.39/tculog.h +392 -0
- data/ext/tokyotyrant-1.1.39/tokyotyrant.idl +143 -0
- data/ext/tokyotyrant-1.1.39/tokyotyrant.pc.in +14 -0
- data/ext/tokyotyrant-1.1.39/ttservctl +163 -0
- data/ext/tokyotyrant-1.1.39/ttserver.c +3583 -0
- data/ext/tokyotyrant-1.1.39/ttskeldir.c +141 -0
- data/ext/tokyotyrant-1.1.39/ttskelmock.c +64 -0
- data/ext/tokyotyrant-1.1.39/ttskelnull.c +79 -0
- data/ext/tokyotyrant-1.1.39/ttskelproxy.c +74 -0
- data/ext/tokyotyrant-1.1.39/ttulmgr.c +266 -0
- data/ext/tokyotyrant-1.1.39/ttultest.c +371 -0
- data/ext/tokyotyrant-1.1.39/ttutil.c +1510 -0
- data/ext/tokyotyrant-1.1.39/ttutil.h +494 -0
- data/lib/tokyo_tyrant/balancer.rb +189 -0
- data/spec/ext.lua +4 -0
- data/spec/plu_db.rb +538 -0
- data/spec/spec.rb +1 -0
- data/spec/spec_base.rb +17 -0
- data/spec/start_tyrants.sh +36 -0
- data/spec/stop_tyrants.sh +9 -0
- data/spec/tokyo_tyrant_balancer_db_spec.rb +160 -0
- data/spec/tokyo_tyrant_balancer_table_spec.rb +177 -0
- data/spec/tokyo_tyrant_query_spec.rb +159 -0
- data/spec/tokyo_tyrant_spec.rb +254 -0
- data/spec/tokyo_tyrant_table_spec.rb +301 -0
- metadata +402 -0
@@ -0,0 +1,81 @@
|
|
1
|
+
.TH "TCBMTTEST" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tcbmttest \- test cases of the B+ tree database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
.PP
|
8
|
+
The command `\fBtcbmttest\fR' is a utility for facility test and performance test. This command is used in the following format. `\fIpath\fR' specifies the path of a database file. `\fItnum\fR' specifies the number of running threads. `\fIrnum\fR' specifies the number of iterations. `\fIlmemb\fR' specifies the number of members in each leaf page. `\fInmemb\fR' specifies the number of members in each non\-leaf page. `\fIbnum\fR' specifies the number of buckets. `\fIapow\fR' specifies the power of the alignment. `\fIfpow\fR' specifies the power of the free block pool.
|
9
|
+
.PP
|
10
|
+
.RS
|
11
|
+
.br
|
12
|
+
\fBtcbmttest write \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
13
|
+
.RS
|
14
|
+
Store records with keys of 8 bytes. They change as `00000001', `00000002'...
|
15
|
+
.RE
|
16
|
+
.br
|
17
|
+
\fBtcbmttest read \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-wb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB\fR
|
18
|
+
.RS
|
19
|
+
Retrieve all records of the database above.
|
20
|
+
.RE
|
21
|
+
.br
|
22
|
+
\fBtcbmttest remove \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB\fR
|
23
|
+
.RS
|
24
|
+
Remove all records of the database above.
|
25
|
+
.RE
|
26
|
+
.br
|
27
|
+
\fBtcbmttest wicked \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-nc\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB\fR
|
28
|
+
.RS
|
29
|
+
Perform updating operations selected at random.
|
30
|
+
.RE
|
31
|
+
.br
|
32
|
+
\fBtcbmttest typical \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-nc\fR]\fB \fR[\fB\-rr \fInum\fB\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
33
|
+
.RS
|
34
|
+
Perform typical operations selected at random.
|
35
|
+
.RE
|
36
|
+
.br
|
37
|
+
\fBtcbmttest race \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
38
|
+
.RS
|
39
|
+
Perform race condition test.
|
40
|
+
.RE
|
41
|
+
.RE
|
42
|
+
.PP
|
43
|
+
Options feature the following.
|
44
|
+
.PP
|
45
|
+
.RS
|
46
|
+
\fB\-tl\fR : enable the option `BDBTLARGE'.
|
47
|
+
.br
|
48
|
+
\fB\-td\fR : enable the option `BDBTDEFLATE'.
|
49
|
+
.br
|
50
|
+
\fB\-tb\fR : enable the option `BDBTBZIP'.
|
51
|
+
.br
|
52
|
+
\fB\-tt\fR : enable the option `BDBTTCBS'.
|
53
|
+
.br
|
54
|
+
\fB\-tx\fR : enable the option `BDBTEXCODEC'.
|
55
|
+
.br
|
56
|
+
\fB\-xm \fInum\fR\fR : specify the size of the extra mapped memory.
|
57
|
+
.br
|
58
|
+
\fB\-df \fInum\fR\fR : specify the unit step number of auto defragmentation.
|
59
|
+
.br
|
60
|
+
\fB\-nl\fR : enable the option `BDBNOLCK'.
|
61
|
+
.br
|
62
|
+
\fB\-nb\fR : enable the option `BDBLCKNB'.
|
63
|
+
.br
|
64
|
+
\fB\-rnd\fR : select keys at random.
|
65
|
+
.br
|
66
|
+
\fB\-wb\fR : use the function `tchdbget3' instead of `tchdbget'.
|
67
|
+
.br
|
68
|
+
\fB\-nc\fR : omit the comparison test.
|
69
|
+
.br
|
70
|
+
\fB\-rr \fInum\fR\fR : specify the ratio of reading operation by percentage.
|
71
|
+
.br
|
72
|
+
.RE
|
73
|
+
.PP
|
74
|
+
This command returns 0 on success, another on failure.
|
75
|
+
|
76
|
+
.SH SEE ALSO
|
77
|
+
.PP
|
78
|
+
.BR tcbtest (1),
|
79
|
+
.BR tcbmgr (1),
|
80
|
+
.BR tcbdb (3),
|
81
|
+
.BR tokyocabinet (3)
|
@@ -0,0 +1,107 @@
|
|
1
|
+
.TH "TCBTEST" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tcbtest \- test cases of the B+ tree database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
The command `\fBtcbtest\fR' is a utility for facility test and performance test. This command is used in the following format. `\fIpath\fR' specifies the path of a database file. `\fIrnum\fR' specifies the number of iterations. `\fIlmemb\fR' specifies the number of members in each leaf page. `\fInmemb\fR' specifies the number of members in each non\-leaf page. `\fIbnum\fR' specifies the number of buckets. `\fIapow\fR' specifies the power of the alignment. `\fIfpow\fR' specifies the power of the free block pool.
|
8
|
+
.PP
|
9
|
+
.RS
|
10
|
+
.br
|
11
|
+
\fBtcbtest write \fR[\fB\-mt\fR]\fB \fR[\fB\-cd\fR|\fB\-ci\fR|\fB\-cj\fR]\fB \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-lc \fInum\fB\fR]\fB \fR[\fB\-nc \fInum\fB\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-ls \fInum\fB\fR]\fB \fR[\fB\-ca \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
12
|
+
.RS
|
13
|
+
Store records with keys of 8 bytes. They change as `00000001', `00000002'...
|
14
|
+
.RE
|
15
|
+
.br
|
16
|
+
\fBtcbtest read \fR[\fB\-mt\fR]\fB \fR[\fB\-cd\fR|\fB\-ci\fR|\fB\-cj\fR]\fB \fR[\fB\-lc \fInum\fB\fR]\fB \fR[\fB\-nc \fInum\fB\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-wb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB\fR
|
17
|
+
.RS
|
18
|
+
Retrieve all records of the database above.
|
19
|
+
.RE
|
20
|
+
.br
|
21
|
+
\fBtcbtest remove \fR[\fB\-mt\fR]\fB \fR[\fB\-cd\fR|\fB\-ci\fR|\fB\-cj\fR]\fB \fR[\fB\-lc \fInum\fB\fR]\fB \fR[\fB\-nc \fInum\fB\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB\fR
|
22
|
+
.RS
|
23
|
+
Remove all records of the database above.
|
24
|
+
.RE
|
25
|
+
.br
|
26
|
+
\fBtcbtest rcat \fR[\fB\-mt\fR]\fB \fR[\fB\-cd\fR|\fB\-ci\fR|\fB\-cj\fR]\fB \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-lc \fInum\fB\fR]\fB \fR[\fB\-nc \fInum\fB\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-ls \fInum\fB\fR]\fB \fR[\fB\-ca \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-pn \fInum\fB\fR]\fB \fR[\fB\-dai\fR|\fB\-dad\fR|\fB\-rl\fR|\fB\-ru\fR]\fB \fIpath\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
27
|
+
.RS
|
28
|
+
Store records with partway duplicated keys using concatenate mode.
|
29
|
+
.RE
|
30
|
+
.br
|
31
|
+
\fBtcbtest queue \fR[\fB\-mt\fR]\fB \fR[\fB\-cd\fR|\fB\-ci\fR|\fB\-cj\fR]\fB \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-lc \fInum\fB\fR]\fB \fR[\fB\-nc \fInum\fB\fR]\fB \fR[\fB\-xm \fInum\fB\fR]\fB \fR[\fB\-df \fInum\fB\fR]\fB \fR[\fB\-ls \fInum\fB\fR]\fB \fR[\fB\-ca \fInum\fB\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fIrnum\fB \fR[\fB\fIlmemb\fB \fR[\fB\fInmemb\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
32
|
+
.RS
|
33
|
+
Perform queueing and dequeueing.
|
34
|
+
.RE
|
35
|
+
.br
|
36
|
+
\fBtcbtest misc \fR[\fB\-mt\fR]\fB \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fIrnum\fB\fR
|
37
|
+
.RS
|
38
|
+
Perform miscellaneous test of various operations.
|
39
|
+
.RE
|
40
|
+
.br
|
41
|
+
\fBtcbtest wicked \fR[\fB\-mt\fR]\fB \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fIrnum\fB\fR
|
42
|
+
.RS
|
43
|
+
Perform updating operations selected at random.
|
44
|
+
.RE
|
45
|
+
.RE
|
46
|
+
.PP
|
47
|
+
Options feature the following.
|
48
|
+
.PP
|
49
|
+
.RS
|
50
|
+
\fB\-mt\fR : call the function `tchdbsetmutex'.
|
51
|
+
.br
|
52
|
+
\fB\-cd\fR : use the comparison function `tccmpdecimal'.
|
53
|
+
.br
|
54
|
+
\fB\-ci\fR : use the comparison function `tccmpint32'.
|
55
|
+
.br
|
56
|
+
\fB\-cj\fR : use the comparison function `tccmpint64'.
|
57
|
+
.br
|
58
|
+
\fB\-tl\fR : enable the option `BDBTLARGE'.
|
59
|
+
.br
|
60
|
+
\fB\-td\fR : enable the option `BDBTDEFLATE'.
|
61
|
+
.br
|
62
|
+
\fB\-tb\fR : enable the option `BDBTBZIP'.
|
63
|
+
.br
|
64
|
+
\fB\-tt\fR : enable the option `BDBTTCBS'.
|
65
|
+
.br
|
66
|
+
\fB\-tx\fR : enable the option `BDBTEXCODEC'.
|
67
|
+
.br
|
68
|
+
\fB\-lc \fInum\fR\fR : specify the number of cached leaf pages.
|
69
|
+
.br
|
70
|
+
\fB\-nc \fInum\fR\fR : specify the number of cached non\-leaf pages.
|
71
|
+
.br
|
72
|
+
\fB\-xm \fInum\fR\fR : specify the size of the extra mapped memory.
|
73
|
+
.br
|
74
|
+
\fB\-df \fInum\fR\fR : specify the unit step number of auto defragmentation.
|
75
|
+
.br
|
76
|
+
\fB\-ls \fInum\fR\fR : specify the maximum size of each leaf page.
|
77
|
+
.br
|
78
|
+
\fB\-ca \fInum\fR\fR : specify the capacity number of records.
|
79
|
+
.br
|
80
|
+
\fB\-nl\fR : enable the option `BDBNOLCK'.
|
81
|
+
.br
|
82
|
+
\fB\-nb\fR : enable the option `BDBLCKNB'.
|
83
|
+
.br
|
84
|
+
\fB\-rnd\fR : select keys at random.
|
85
|
+
.br
|
86
|
+
\fB\-wb\fR : use the function `tcbdbget3' instead of `tcbdbget'.
|
87
|
+
.br
|
88
|
+
\fB\-pn \fInum\fR\fR : specify the number of patterns.
|
89
|
+
.br
|
90
|
+
\fB\-dai\fR : use the function `tcbdbaddint' instead of `tcbdbputcat'.
|
91
|
+
.br
|
92
|
+
\fB\-dad\fR : use the function `tcbdbadddouble' instead of `tcbdbputcat'.
|
93
|
+
.br
|
94
|
+
\fB\-rl\fR : set the length of values at random.
|
95
|
+
.br
|
96
|
+
\fB\-ru\fR : select update operations at random.
|
97
|
+
.br
|
98
|
+
.RE
|
99
|
+
.PP
|
100
|
+
This command returns 0 on success, another on failure.
|
101
|
+
|
102
|
+
.SH SEE ALSO
|
103
|
+
.PP
|
104
|
+
.BR tcbmttest (1),
|
105
|
+
.BR tcbmgr (1),
|
106
|
+
.BR tcbdb (3),
|
107
|
+
.BR tokyocabinet (3)
|
@@ -0,0 +1,98 @@
|
|
1
|
+
.TH "TCFMGR" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tcfmgr \- the command line utility of the fixed-length database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
.PP
|
8
|
+
The command `\fBtcfmgr\fR' is a utility for test and debugging of the fixed\-length database API and its applications. `\fIpath\fR' specifies the path of a database file. `\fIwidth\fR' specifies the width of the value of each record. `\fIlimsiz\fR' specifies the limit size of the database file. `\fIkey\fR' specifies the key of a record. `\fIvalue\fR' specifies the value of a record. `\fIfile\fR' specifies the input file.
|
9
|
+
.PP
|
10
|
+
.RS
|
11
|
+
.br
|
12
|
+
\fBtcfmgr create \fIpath\fB \fR[\fB\fIwidth\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
13
|
+
.RS
|
14
|
+
Create a database file.
|
15
|
+
.RE
|
16
|
+
.br
|
17
|
+
\fBtcfmgr inform \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB\fR
|
18
|
+
.RS
|
19
|
+
Print miscellaneous information to the standard output.
|
20
|
+
.RE
|
21
|
+
.br
|
22
|
+
\fBtcfmgr put \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fR[\fB\-dk\fR|\fB\-dc\fR|\fB\-dai\fR|\fB\-dad\fR]\fB \fIpath\fB \fIkey\fB \fIvalue\fB\fR
|
23
|
+
.RS
|
24
|
+
Store a record.
|
25
|
+
.RE
|
26
|
+
.br
|
27
|
+
\fBtcfmgr out \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fIpath\fB \fIkey\fB\fR
|
28
|
+
.RS
|
29
|
+
Remove a record.
|
30
|
+
.RE
|
31
|
+
.br
|
32
|
+
\fBtcfmgr get \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fR[\fB\-px\fR]\fB \fR[\fB\-pz\fR]\fB \fIpath\fB \fIkey\fB\fR
|
33
|
+
.RS
|
34
|
+
Print the value of a record.
|
35
|
+
.RE
|
36
|
+
.br
|
37
|
+
\fBtcfmgr list \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-m \fInum\fB\fR]\fB \fR[\fB\-pv\fR]\fB \fR[\fB\-px\fR]\fB \fR[\fB\-rb \fIlkey\fB \fIukey\fB\fR]\fB \fR[\fB\-ri \fIstr\fB\fR]\fB \fIpath\fB\fR
|
38
|
+
.RS
|
39
|
+
Print keys of all records, separated by line feeds.
|
40
|
+
.RE
|
41
|
+
.br
|
42
|
+
\fBtcfmgr optimize \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fR[\fB\fIwidth\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
43
|
+
.RS
|
44
|
+
Optimize a database file.
|
45
|
+
.RE
|
46
|
+
.br
|
47
|
+
\fBtcfmgr importtsv \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sc\fR]\fB \fIpath\fB \fR[\fB\fIfile\fB\fR]\fB\fR
|
48
|
+
.RS
|
49
|
+
Store records of TSV in each line of a file.
|
50
|
+
.RE
|
51
|
+
.br
|
52
|
+
\fBtcfmgr version\fR
|
53
|
+
.RS
|
54
|
+
Print the version information of Tokyo Cabinet.
|
55
|
+
.RE
|
56
|
+
.RE
|
57
|
+
.PP
|
58
|
+
Options feature the following.
|
59
|
+
.PP
|
60
|
+
.RS
|
61
|
+
\fB\-nl\fR : enable the option `FDBNOLCK'.
|
62
|
+
.br
|
63
|
+
\fB\-nb\fR : enable the option `FDBLCKNB'.
|
64
|
+
.br
|
65
|
+
\fB\-sx\fR : the input data is evaluated as a hexadecimal data string.
|
66
|
+
.br
|
67
|
+
\fB\-dk\fR : use the function `tcfdbputkeep' instead of `tcfdbput'.
|
68
|
+
.br
|
69
|
+
\fB\-dc\fR : use the function `tcfdbputcat' instead of `tcfdbput'.
|
70
|
+
.br
|
71
|
+
\fB\-dai\fR : use the function `tcfdbaddint' instead of `tcfdbput'.
|
72
|
+
.br
|
73
|
+
\fB\-dad\fR : use the function `tcfdbadddouble' instead of `tcfdbput'.
|
74
|
+
.br
|
75
|
+
\fB\-px\fR : the output data is converted into a hexadecimal data string.
|
76
|
+
.br
|
77
|
+
\fB\-pz\fR : do not append line feed at the end of the output.
|
78
|
+
.br
|
79
|
+
\fB\-m \fInum\fR\fR : specify the maximum number of the output.
|
80
|
+
.br
|
81
|
+
\fB\-pv\fR : print values of records also.
|
82
|
+
.br
|
83
|
+
\fB\-rb \fIlkey\fR \fIukey\fR\fR : specify the range of keys.
|
84
|
+
.br
|
85
|
+
\fB\-ri \fIstr\fR\fR : specify the interval notation of keys.
|
86
|
+
.br
|
87
|
+
\fB\-sc\fR : normalize keys as lower cases.
|
88
|
+
.br
|
89
|
+
.RE
|
90
|
+
.PP
|
91
|
+
This command returns 0 on success, another on failure.
|
92
|
+
|
93
|
+
.SH SEE ALSO
|
94
|
+
.PP
|
95
|
+
.BR tcftest (1),
|
96
|
+
.BR tcfmttest (1),
|
97
|
+
.BR tcfdb (3),
|
98
|
+
.BR tokyocabinet (3)
|
@@ -0,0 +1,62 @@
|
|
1
|
+
.TH "TCFMTTEST" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tcfmttest \- test cases of the fixed-length database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
.PP
|
8
|
+
The command `\fBtcfmttest\fR' is a utility for facility test under multi\-thread situation. This command is used in the following format. `\fIpath\fR' specifies the path of a database file. `\fItnum\fR' specifies the number of running threads. `\fIrnum\fR' specifies the number of iterations. `\fIwidth\fR' specifies the width of the value of each record. `\fIlimsiz\fR' specifies the limit size of the database file.
|
9
|
+
.PP
|
10
|
+
.RS
|
11
|
+
.br
|
12
|
+
\fBtcfmttest write \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB \fR[\fB\fIwidth\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
13
|
+
.RS
|
14
|
+
Store records with keys of 8 bytes. They change as `00000001', `00000002'...
|
15
|
+
.RE
|
16
|
+
.br
|
17
|
+
\fBtcfmttest read \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-wb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB\fR
|
18
|
+
.RS
|
19
|
+
Retrieve all records of the database above.
|
20
|
+
.RE
|
21
|
+
.br
|
22
|
+
\fBtcfmttest remove \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fItnum\fB\fR
|
23
|
+
.RS
|
24
|
+
Remove all records of the database above.
|
25
|
+
.RE
|
26
|
+
.br
|
27
|
+
\fBtcfmttest wicked \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-nc\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB\fR
|
28
|
+
.RS
|
29
|
+
Perform updating operations selected at random.
|
30
|
+
.RE
|
31
|
+
.br
|
32
|
+
\fBtcfmttest typical \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-nc\fR]\fB \fR[\fB\-rr \fInum\fB\fR]\fB \fIpath\fB \fItnum\fB \fIrnum\fB \fR[\fB\fIwidth\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
33
|
+
.RS
|
34
|
+
Perform typical operations selected at random.
|
35
|
+
.RE
|
36
|
+
.RE
|
37
|
+
.PP
|
38
|
+
Options feature the following.
|
39
|
+
.PP
|
40
|
+
.RS
|
41
|
+
\fB\-nl\fR : enable the option `FDBNOLCK'.
|
42
|
+
.br
|
43
|
+
\fB\-nb\fR : enable the option `FDBLCKNB'.
|
44
|
+
.br
|
45
|
+
\fB\-rnd\fR : select keys at random.
|
46
|
+
.br
|
47
|
+
\fB\-wb\fR : use the function `tcfdbget4' instead of `tcfdbget2'.
|
48
|
+
.br
|
49
|
+
\fB\-nc\fR : omit the comparison test.
|
50
|
+
.br
|
51
|
+
\fB\-rr\fR \fInum\fR : specifiy the ratio of reading operation by percentage.
|
52
|
+
.br
|
53
|
+
.RE
|
54
|
+
.PP
|
55
|
+
This command returns 0 on success, another on failure.
|
56
|
+
|
57
|
+
.SH SEE ALSO
|
58
|
+
.PP
|
59
|
+
.BR tcftest (1),
|
60
|
+
.BR tcfmgr (1),
|
61
|
+
.BR tcfdb (3),
|
62
|
+
.BR tokyocabinet (3)
|
@@ -0,0 +1,73 @@
|
|
1
|
+
.TH "TCFTEST" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tcftest \- test cases of the fixed-length database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
.PP
|
8
|
+
The command `\fBtcftest\fR' is a utility for facility test and performance test. This command is used in the following format. `\fIpath\fR' specifies the path of a database file. `\fIrnum\fR' specifies the number of iterations. `\fIwidth\fR' specifies the width of the value of each record. `\fIlimsiz\fR' specifies the limit size of the database file.
|
9
|
+
.PP
|
10
|
+
.RS
|
11
|
+
.br
|
12
|
+
\fBtcftest write \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB \fIrnum\fB \fR[\fB\fIwidth\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
13
|
+
.RS
|
14
|
+
Store records with keys of 8 bytes. They change as `00000001', `00000002'...
|
15
|
+
.RE
|
16
|
+
.br
|
17
|
+
\fBtcftest read \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-wb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB\fR
|
18
|
+
.RS
|
19
|
+
Retrieve all records of the database above.
|
20
|
+
.RE
|
21
|
+
.br
|
22
|
+
\fBtcftest remove \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-rnd\fR]\fB \fIpath\fB\fR
|
23
|
+
.RS
|
24
|
+
Remove all records of the database above.
|
25
|
+
.RE
|
26
|
+
.br
|
27
|
+
\fBtcftest rcat \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-pn \fInum\fB\fR]\fB \fR[\fB\-dai\fR|\fB\-dad\fR|\fB\-rl\fR]\fB \fIpath\fB \fIrnum\fB \fR[\fB\fIlimsiz\fB\fR]\fB\fR]\fB\fR
|
28
|
+
.RS
|
29
|
+
Store records with partway duplicated keys using concatenate mode.
|
30
|
+
.RE
|
31
|
+
.br
|
32
|
+
\fBtcftest misc \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fIrnum\fB\fR
|
33
|
+
.RS
|
34
|
+
Perform miscellaneous test of various operations.
|
35
|
+
.RE
|
36
|
+
.br
|
37
|
+
\fBtcftest wicked \fR[\fB\-mt\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB \fIrnum\fB\fR
|
38
|
+
.RS
|
39
|
+
Perform updating operations selected at random.
|
40
|
+
.RE
|
41
|
+
.RE
|
42
|
+
.PP
|
43
|
+
Options feature the following.
|
44
|
+
.PP
|
45
|
+
.RS
|
46
|
+
\fB\-mt\fR : call the function `tcfdbsetmutex'.
|
47
|
+
.br
|
48
|
+
\fB\-nl\fR : enable the option `FDBNOLCK'.
|
49
|
+
.br
|
50
|
+
\fB\-nb\fR : enable the option `FDBLCKNB'.
|
51
|
+
.br
|
52
|
+
\fB\-rnd\fR : select keys at random.
|
53
|
+
.br
|
54
|
+
\fB\-wb\fR : use the function `tcfdbget4' instead of `tcfdbget2'.
|
55
|
+
.br
|
56
|
+
\fB\-pn \fInum\fR\fR : specify the number of patterns.
|
57
|
+
.br
|
58
|
+
\fB\-dai\fR : use the function `tcfdbaddint' instead of `tcfdbputcat'.
|
59
|
+
.br
|
60
|
+
\fB\-dad\fR : use the function `tcfdbadddouble' instead of `tcfdbputcat'.
|
61
|
+
.br
|
62
|
+
\fB\-rl\fR : set the length of values at random.
|
63
|
+
.br
|
64
|
+
.RE
|
65
|
+
.PP
|
66
|
+
This command returns 0 on success, another on failure.
|
67
|
+
|
68
|
+
.SH SEE ALSO
|
69
|
+
.PP
|
70
|
+
.BR tcfmttest (1),
|
71
|
+
.BR tcfmgr (1),
|
72
|
+
.BR tcfdb (3),
|
73
|
+
.BR tokyocabinet (3)
|
@@ -0,0 +1,110 @@
|
|
1
|
+
.TH "TCHMGR" 1 "2009-10-13" "Man Page" "Tokyo Cabinet"
|
2
|
+
|
3
|
+
.SH NAME
|
4
|
+
tchmgr \- the command line utility of the hash database API
|
5
|
+
|
6
|
+
.SH DESCRIPTION
|
7
|
+
.PP
|
8
|
+
The command `\fBtchmgr\fR' is a utility for test and debugging of the hash database API and its applications. `\fIpath\fR' specifies the path of a database file. `\fIbnum\fR' specifies the number of buckets. `\fIapow\fR' specifies the power of the alignment. `\fIfpow\fR' specifies the power of the free block pool. `\fIkey\fR' specifies the key of a record. `\fIvalue\fR' specifies the value of a record. `\fIfile\fR' specifies the input file.
|
9
|
+
.PP
|
10
|
+
.RS
|
11
|
+
.br
|
12
|
+
\fBtchmgr create \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fIpath\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
13
|
+
.RS
|
14
|
+
Create a database file.
|
15
|
+
.RE
|
16
|
+
.br
|
17
|
+
\fBtchmgr inform \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fIpath\fB\fR
|
18
|
+
.RS
|
19
|
+
Print miscellaneous information to the standard output.
|
20
|
+
.RE
|
21
|
+
.br
|
22
|
+
\fBtchmgr put \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fR[\fB\-dk\fR|\fB\-dc\fR|\fB\-dai\fR|\fB\-dad\fR]\fB \fIpath\fB \fIkey\fB \fIvalue\fB\fR
|
23
|
+
.RS
|
24
|
+
Store a record.
|
25
|
+
.RE
|
26
|
+
.br
|
27
|
+
\fBtchmgr out \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fIpath\fB \fIkey\fB\fR
|
28
|
+
.RS
|
29
|
+
Remove a record.
|
30
|
+
.RE
|
31
|
+
.br
|
32
|
+
\fBtchmgr get \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sx\fR]\fB \fR[\fB\-px\fR]\fB \fR[\fB\-pz\fR]\fB \fIpath\fB \fIkey\fB\fR
|
33
|
+
.RS
|
34
|
+
Print the value of a record.
|
35
|
+
.RE
|
36
|
+
.br
|
37
|
+
\fBtchmgr list \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-m \fInum\fB\fR]\fB \fR[\fB\-pv\fR]\fB \fR[\fB\-px\fR]\fB \fR[\fB\-fm \fIstr\fB\fR]\fB \fIpath\fB\fR
|
38
|
+
.RS
|
39
|
+
Print keys of all records, separated by line feeds.
|
40
|
+
.RE
|
41
|
+
.br
|
42
|
+
\fBtchmgr optimize \fR[\fB\-tl\fR]\fB \fR[\fB\-td\fR|\fB\-tb\fR|\fB\-tt\fR|\fB\-tx\fR]\fB \fR[\fB\-tz\fR]\fB \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-df\fR]\fB \fIpath\fB \fR[\fB\fIbnum\fB \fR[\fB\fIapow\fB \fR[\fB\fIfpow\fB\fR]\fB\fR]\fB\fR]\fB\fR
|
43
|
+
.RS
|
44
|
+
Optimize a database file.
|
45
|
+
.RE
|
46
|
+
.br
|
47
|
+
\fBtchmgr importtsv \fR[\fB\-nl\fR|\fB\-nb\fR]\fB \fR[\fB\-sc\fR]\fB \fIpath\fB \fR[\fB\fIfile\fB\fR]\fB\fR
|
48
|
+
.RS
|
49
|
+
Store records of TSV in each line of a file.
|
50
|
+
.RE
|
51
|
+
.br
|
52
|
+
\fBtchmgr version\fR
|
53
|
+
.RS
|
54
|
+
Print the version information of Tokyo Cabinet.
|
55
|
+
.RE
|
56
|
+
.RE
|
57
|
+
.PP
|
58
|
+
Options feature the following.
|
59
|
+
.PP
|
60
|
+
.RS
|
61
|
+
\fB\-tl\fR : enable the option `HDBTLARGE'.
|
62
|
+
.br
|
63
|
+
\fB\-td\fR : enable the option `HDBTDEFLATE'.
|
64
|
+
.br
|
65
|
+
\fB\-tb\fR : enable the option `HDBTBZIP'.
|
66
|
+
.br
|
67
|
+
\fB\-tt\fR : enable the option `HDBTTCBS'.
|
68
|
+
.br
|
69
|
+
\fB\-tx\fR : enable the option `HDBTEXCODEC'.
|
70
|
+
.br
|
71
|
+
\fB\-nl\fR : enable the option `HDBNOLCK'.
|
72
|
+
.br
|
73
|
+
\fB\-nb\fR : enable the option `HDBLCKNB'.
|
74
|
+
.br
|
75
|
+
\fB\-sx\fR : the input data is evaluated as a hexadecimal data string.
|
76
|
+
.br
|
77
|
+
\fB\-dk\fR : use the function `tchdbputkeep' instead of `tchdbput'.
|
78
|
+
.br
|
79
|
+
\fB\-dc\fR : use the function `tchdbputcat' instead of `tchdbput'.
|
80
|
+
.br
|
81
|
+
\fB\-dai\fR : use the function `tchdbaddint' instead of `tchdbput'.
|
82
|
+
.br
|
83
|
+
\fB\-dad\fR : use the function `tchdbadddouble' instead of `tchdbput'.
|
84
|
+
.br
|
85
|
+
\fB\-px\fR : the output data is converted into a hexadecimal data string.
|
86
|
+
.br
|
87
|
+
\fB\-pz\fR : do not append line feed at the end of the output.
|
88
|
+
.br
|
89
|
+
\fB\-m \fInum\fR\fR : specify the maximum number of the output.
|
90
|
+
.br
|
91
|
+
\fB\-pv\fR : print values of records also.
|
92
|
+
.br
|
93
|
+
\fB\-fm \fIstr\fR\fR : specify the prefix of keys.
|
94
|
+
.br
|
95
|
+
\fB\-tz\fR : enable the option `UINT8_MAX'.
|
96
|
+
.br
|
97
|
+
\fB\-df\fR : perform defragmentation only.
|
98
|
+
.br
|
99
|
+
\fB\-sc\fR : normalize keys as lower cases.
|
100
|
+
.br
|
101
|
+
.RE
|
102
|
+
.PP
|
103
|
+
This command returns 0 on success, another on failure.
|
104
|
+
|
105
|
+
.SH SEE ALSO
|
106
|
+
.PP
|
107
|
+
.BR tchtest (1),
|
108
|
+
.BR tchmttest (1),
|
109
|
+
.BR tchdb (3),
|
110
|
+
.BR tokyocabinet (3)
|