Merge in updates (including removal of some depcrated bits from the examples).
[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 .. option:: --help
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 \ **memslap**\ is a load generation and benchmark tool for memcached(1)
23 servers. It generates configurable workload such as threads, concurrencies, connections,
24 run time, overwrite, miss rate, key size, value size, get/set proportion,
25 expected throughput, and so on.
26
27 You can specify servers via the \ **--servers**\ option or via the
28 environment variable \ ``MEMCACHED_SERVERS``\ .
29
30
31 --------
32 SEE ALSO
33 --------
34
35
36 :manpage:`memcached(1)` :manpage:`libmemcached(3)`