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