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