Fix for building docs.
[awesomized/libmemcached] / docs / source / bin / memstat.rst
1 =========================================
2 memstat - Gather statistics from a server
3 =========================================
4
5
6 memstat - Display the operating status of a single or group of memcached servers
7
8
9 --------
10 SYNOPSIS
11 --------
12
13 memstat [options]
14
15 .. program:: memstat
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 :program:`memstat` dumps the state of memcached(1) servers.
23 It displays all data to stdout.
24
25
26 -------
27 OPTIONS
28 -------
29
30
31 You can specify servers via the option:
32
33 .. option:: --servers
34
35 or via the environment variable:
36
37 .. envvar:: 'MEMCACHED_SERVERS, --args'
38
39 which can be used to specify the "argument" sent to the stats command (ie slab, size, items, etc..).
40
41 For a full list of operations run the tool with:
42
43 .. option:: --help
44
45 .. option:: --analyze
46
47 ----
48 HOME
49 ----
50
51
52 To find out more information please check:
53 `http://libmemcached.org/ <http://libmemcached.org/>`_
54
55
56 --------
57 SEE ALSO
58 --------
59
60
61 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
62