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