Merge in documentation updates.
[m6w6/libmemcached] / docs / memstat.rst
1 =======
2 memstat
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
14
15 .. code-block:: perl
16
17 memstat [options]
18
19
20
21 -----------
22 DESCRIPTION
23 -----------
24
25
26 \ **memstat**\ dumps the state of memcached(1) servers.
27 It displays all data to stdout.
28
29 You can specify servers via the \ **--servers**\ option or via the
30 environment variable \ ``MEMCACHED_SERVERS``\ . \ **--args**\ can be used
31 to specify the "argument" sent to the stats command (ie slab, size, items,
32 etc..).
33
34 For a full list of operations run the tool with the \ **--help**\ option.
35
36
37 ****
38 HOME
39 ****
40
41
42 To find out more information please check:
43 `http://launchpad.org/libmemcached <http://launchpad.org/libmemcached>`_
44
45
46 --------
47 SEE ALSO
48 --------
49
50
51 memcached(1) libmemcached(3)
52