c99abd774d9113eede45c386e3834d9744f085f0
[awesomized/libmemcached] / docs / memslap.rst
1 =================================================
2 memslap - Load testing and benchmarking a server
3 =================================================
4
5
6 --------
7 SYNOPSIS
8 --------
9
10
11 :program: `memslap`
12
13 .. program:: memslap
14
15 -----------
16 DESCRIPTION
17 -----------
18
19
20 :program:`memslap` is a load generation and benchmark tool for memcached(1)
21 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.
22
23
24 -------
25 OPTIONS
26 -------
27
28
29 You can specify servers via the option:
30
31 .. option:: --servers
32
33 or via the environment variable:
34
35 .. envvar:: `MEMCACHED_SERVERS`
36
37 For a full list of operations run the tool with:
38
39 .. option:: --help
40
41
42 ----
43 HOME
44 ----
45
46
47 To find out more information please check:
48 'http://libmemcached.org/ <http://libmemcached.org/>'_
49
50
51 ------
52 AUTHOR
53 ------
54
55
56 Brian Aker, <brian@tangent.org>
57
58
59 --------
60 SEE ALSO
61 --------
62
63
64 :manpage:`memcached(1)` :manpage:`libmemcached(3)`