9315c2de184ed42abc10658d4d257dcfa6b5e12a
[awesomized/libmemcached] / docs / source / bin / memslap.rst
1 memslap
2 =======
3
4 SYNOPSIS
5 --------
6
7 memslap [options]
8
9 .. program:: memslap
10
11 Load testing and benchmarking a server
12
13 DESCRIPTION
14 -----------
15
16 :program:`memslap` is a load generation and benchmark tool for :manpage:`memcached(1)`
17 servers. It generates configurable workload such as threads, concurrencies, connections,
18 run time, overwrite, miss rate, key size, value size, get/set proportion, expected
19 throughput, and so on.
20
21 OPTIONS
22 -------
23
24 .. include:: options/all.rst
25 .. include:: options/common.rst
26
27 ENVIRONMENT
28 -----------
29
30 .. envvar:: MEMCACHED_SERVERS
31
32 Specify the list of servers.
33
34 SEE ALSO
35 --------
36
37 .. only:: man
38
39 :manpage:`memcached(1)`
40 :manpage:`libmemcached(3)`
41
42 .. only:: html
43
44 * :doc:`/libmemcached`