docs: ws
[awesomized/libmemcached] / docs / source / bin / memstat.rst
1 =========================================
2 memstat - Gather statistics from a server
3 =========================================
4
5 memstat - Display the operating status of a single or group of memcached servers
6
7 SYNOPSIS
8 --------
9
10 memstat [options]
11
12 .. program:: memstat
13
14 DESCRIPTION
15 -----------
16
17 :program:`memstat` dumps the state of memcached(1) servers.
18 It displays all data to stdout.
19
20 OPTIONS
21 -------
22
23 You can specify servers via the option:
24
25 .. option:: --servers
26
27 or via the environment variable:
28
29 .. envvar:: 'MEMCACHED_SERVERS, --args'
30
31 which can be used to specify the "argument" sent to the stats command (ie slab, size, items, etc..).
32
33 For a full list of operations run the tool with:
34
35 .. option:: --help
36
37 .. option:: --analyze
38
39 SEE ALSO
40 --------
41
42 .. only:: man
43
44 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
45