X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemaslap.rst;h=3f9e62dd09536237a9c2b78bbd176086e394b299;hb=dc9533f1e17289d98c9fc7e5bb953774f625c033;hp=5229a97041c0323216e65519fb390e214b631bba;hpb=dc421179c0d159f1ca8a6b2b64b89163a7e0c639;p=m6w6%2Flibmemcached diff --git a/docs/memaslap.rst b/docs/memaslap.rst index 5229a970..3f9e62dd 100644 --- a/docs/memaslap.rst +++ b/docs/memaslap.rst @@ -18,10 +18,8 @@ DESCRIPTION ----------- -\ **memaslap**\ is a load generation and benchmark tool for memcached(1) -servers. It generates configurable workload such as threads, concurrencies, connections, -run time, overwrite, miss rate, key size, value size, get/set proportion, -expected throughput, and so on. Furthermore, it also testss data +memaslap is a load generation and benchmark tool for :program:`memcached()` +servers. It generates configurable workload such as threads, concurrencies, connections, run time, overwrite, miss rate, key size, value size, get/set proportion, expected throughput, and so on. Furthermore, it also testss data verification, expire-time verification, UDP, binary protocol, facebook test, replication test, multi-get and reconnection, etc. @@ -31,8 +29,8 @@ the threads don't communicate with each other, and there are several socket connections in each thread. Each connection keeps key size distribution, value size distribution, and command distribution by itself. -You can specify servers via the \ **--servers**\ option or via the -environment variable \ ``MEMCACHED_SERVERS``\ . +You can specify servers via the :option:`--servers` option or via the +environment variable :envvar:`MEMCACHED_SERVERS`. -------- @@ -1231,7 +1229,7 @@ HOME To find out more information please check: -`http://launchpad.org/libmemcached `_ +`http://libmemcached.org/ `_ -------