~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/bin/memslap.rst

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

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
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)`