Merge bzr://10.0.3.21 Build: jenkins-Libmemcached-469
[awesomized/libmemcached] / docs / 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 HOME
43 ----
44
45
46 To find out more information please check:
47 'http://libmemcached.org/ <http://libmemcached.org/>'_
48
49
50 ------
51 AUTHOR
52 ------
53
54
55 Brian Aker, <brian@tangent.org>
56
57
58 --------
59 SEE ALSO
60 --------
61
62
63 :manpage:`memcached(1)` :manpage:`libmemcached(3)`