GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KCUTILTEST(1) Kyoto Cabinet KCUTILTEST(1)

kcutiltest - command line interface to test the utility functions

The command `kcutiltest' is a utility for facility test and performance test of the utility functions. This command is used in the following format. `rnum' specifies the number of iterations. `path' specifies the path of a file.


kcutiltest mutex [-th num] [-iv num ] rnum
Performs test of lock primitives.

kcutiltest cond [-th num] [-iv num ] rnum
Performs test of condition variable primitives.

kcutiltest para [-th num] [-iv num ] rnum
Performs test of parallel processing.

kcutiltest file [-th num] [-rnd] [-msiz num] path rnum
Performs test of the file system abstraction.

kcutiltest lhmap [-rnd] [-bnum num] rnum
Performs test of doubly-linked hash map.

kcutiltest thmap [-rnd] [-bnum num] rnum
Performs test of memory-saving hash map.

kcutiltest talist [-rnd] rnum
Performs test of memory-saving array list.

kcutiltest misc rnum
Performs test of miscellaneous mechanisms.

Options feature the following.

-th num : specifies the number of worker threads.
-iv num : specifies the interval between iterations.
-rnd : performs random test.
-msiz num : specifies the size of the memory-mapped region.
-bnum num : specifies the number of buckets of the hash table.

This command returns 0 on success, another on failure.

kcutilmgr(1)
2012-05-24 Man Page

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.