Merge in docs.
[m6w6/libmemcached] / docs / memstat.rst
1 .. highlight:: perl
2
3
4 memstat
5 *******
6
7
8 memstat - Display the operating status of a single or group of memcached servers
9
10
11 ********
12 SYNOPSIS
13 ********
14
15
16
17 .. code-block:: perl
18
19 memstat [options]
20
21
22
23 ***********
24 DESCRIPTION
25 ***********
26
27
28 \ **memstat**\ dumps the state of memcached(1) servers.
29 It displays all data to stdout.
30
31 You can specify servers via the \ **--servers**\ option or via the
32 environment variable \ ``MEMCACHED_SERVERS``\ . \ **--args**\ can be used
33 to specify the "argument" sent to the stats command (ie slab, size, items,
34 etc..).
35
36 For a full list of operations run the tool with the \ **--help**\ option.
37
38
39 ****
40 HOME
41 ****
42
43
44 To find out more information please check:
45 `http://launchpad.org/libmemcached <http://launchpad.org/libmemcached>`_
46
47
48 ******
49 AUTHOR
50 ******
51
52
53 Brian Aker, <brian@tangent.org>
54
55 Mark Atwood, <mark@fallenpegasus.com>
56
57
58 ********
59 SEE ALSO
60 ********
61
62
63 memcached(1) libmemcached(3)
64