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