~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to docs/memslap.rst

Merge in all of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=================================================
 
2
memslap - Load testing  and benchmarking a server
 
3
=================================================
 
4
 
 
5
 
 
6
--------
 
7
SYNOPSIS
 
8
--------
 
9
 
 
10
 
 
11
.. program::  memslap [options]
 
12
 
 
13
 
 
14
-----------
 
15
DESCRIPTION
 
16
-----------
 
17
 
 
18
 
 
19
\ **memslap**\  is a load generation and benchmark tool for memcached(1)
 
20
servers. It generates configurable workload such as threads, concurrencies, connections,
 
21
run time, overwrite, miss rate, key size, value size, get/set proportion,
 
22
expected throughput, and so on. 
 
23
 
 
24
You can specify servers via the \ **--servers**\  option or via the
 
25
environment variable \ ``MEMCACHED_SERVERS``\ .
 
26
 
 
27
 
 
28
--------
 
29
SEE ALSO
 
30
--------
 
31
 
 
32
 
 
33
:manpage:`memcached(1)` :manpage:`libmemcached(3)`