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