docs: bin/
[awesomized/libmemcached] / docs / source / bin / memstat.rst
1 memstat
2 =======
3
4 SYNOPSIS
5 --------
6
7 memstat [options]
8
9 .. program:: memstat
10
11 Gather statistics from a server
12
13 DESCRIPTION
14 -----------
15
16 :program:`memstat` dumps the state of :manpage:`memcached(1)` servers.
17 It prints all data to stdout.
18
19 OPTIONS
20 -------
21
22 .. include:: options/all.rst
23 .. include:: options/common.rst
24 .. include:: options/sasl.rst
25
26 .. option:: --analyze
27
28 Analyze and print differences of a server cluster. A memory and uptime comparison is performed by default.
29
30 Available additional modes:
31
32 --analyze=latency
33 Network latency comparison
34
35
36
37 .. option:: --server-version
38
39 Obtain and print server version(s) only.
40
41 ENVIRONMENT
42 -----------
43
44 .. envvar:: MEMCACHED_SERVERS
45
46 Specify the list of servers.
47
48 SEE ALSO
49 --------
50
51 .. only:: man
52
53 :manpage:`memcached(1)`
54 :manpage:`libmemcached(3)`
55
56 .. only:: html
57
58 * :doc:`/libmemcached`
59 * :doc:`/libmemcached/memcached_stats`