Merge in code for C++ compiling of libmemcached.
[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, run time, overwrite, miss rate, key size, value size, get/set proportion, expected throughput, and so on.
24
25 You can specify servers via the \ **--servers**\ option or via the environment variable \ ``MEMCACHED_SERVERS``\ .
26
27
28 --------
29 SEE ALSO
30 --------
31
32
33 :manpage:`memcached(1)` :manpage:`libmemcached(3)`