1MEMSTAT(1) libmemcached-awesome MEMSTAT(1)
2
3
4
6 memstat - libmemcached Documentation
7
9 memstat [options]
10
11 Gather statistics from a server
12
14 memstat dumps the state of memcached(1) servers. It prints all data
15 to stdout.
16
18 --help Display help.
19
20 --version
21 Display version.
22
23 --quiet
24 Operate quietly.
25
26 --verbose
27 Operate more verbosely.
28
29 --debug
30 See --verbose.
31
32 --servers <list of servers>
33 Specify the list of servers as hostname[:port][,host‐
34 name[:port]...].
35
36 --binary
37 Enable binary protocol.
38
39 --username <username>
40 Use username for SASL authentication.
41
42 --password <password>
43 Use password for SASL authentication.
44
45 --analyze
46 Analyze and print differences of a server cluster. A memory and
47 uptime comparison is performed by default.
48
49 Available additional modes:
50
51 --analyze=latency
52 Network latency comparison
53
54 --server-version
55 Obtain and print server version(s) only.
56
58 MEMCACHED_SERVERS
59 Specify the list of servers.
60
62 memcached(1) libmemcached(3)
63
64 • /libmemcached
65
66 • /libmemcached/memcached_stats
67
68
69
70
711.1 Sep 20, 2021 MEMSTAT(1)