Merge in documentation updates.
[awesomized/libmemcached] / docs / memslap.rst
1 =======
2 memslap
3 =======
4
5
6 memslap - Load testing and benchmarking tool for memcached
7
8
9 --------
10 SYNOPSIS
11 --------
12
13
14 .. program:: memslap [options]
15
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 \ **memslap**\ is a load generation and benchmark tool for memcached(1)
23 servers. It generates configurable workload such as threads, concurrencies, connections,
24 run time, overwrite, miss rate, key size, value size, get/set proportion,
25 expected throughput, and so on.
26
27 You can specify servers via the \ **--servers**\ option or via the
28 environment variable \ ``MEMCACHED_SERVERS``\ .
29
30
31 --------
32 SEE ALSO
33 --------
34
35
36 :manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`