f0520062237754a70e443ec111435b897572aaec
[awesomized/libmemcached] / docs / source / bin / memslap.rst
1 =================================================
2 memslap - Load testing and benchmarking a server
3 =================================================
4
5 SYNOPSIS
6 --------
7
8 memslap [options]
9
10 .. program:: memslap
11
12 DESCRIPTION
13 -----------
14
15 :program:`memslap` is a load generation and benchmark tool for memcached(1)
16 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.
17
18 OPTIONS
19 -------
20
21 You can specify servers via the option:
22
23 .. option:: --servers
24
25 or via the environment variable:
26
27 .. envvar:: `MEMCACHED_SERVERS`
28
29 For a full list of operations run the tool with:
30
31 .. option:: --help
32
33 SEE ALSO
34 --------
35
36 .. only:: man
37
38 :manpage:`memcached(1)` :manpage:`libmemcached(3)`