1MEMSTAT(1)                   libmemcached-awesome                   MEMSTAT(1)
2
3
4

NAME

6       memstat - libmemcached Documentation
7

SYNOPSIS

9       memstat [options] [stat args]
10
11       Gather statistics from a server
12

DESCRIPTION

14       memstat   dumps  the state of memcached(1) servers.  It prints all data
15       to stdout.
16

OPTIONS

18       -h|--help
19              Display help.
20
21       -V|--version
22              Display version.
23
24       -q|--quiet
25              Operate quietly.
26
27       -v|--verbose
28              Operate more verbosely.
29
30       -d|--debug
31              See -v|--verbose.
32
33       -s|--servers <list of servers>
34              Specify  the   list   of   servers   as   hostname[:port][,host‐
35              name[:port]...].
36
37       -n|--non-blocking
38              Enable non-blocking operations.
39
40       -N|--tcp-nodelay
41              Disable Nagle's algorithm.
42
43       -b|--binary
44              Enable binary protocol.
45
46       -B|--buffer
47              Buffer requests.
48
49       -u|--username <username>
50              Use username for SASL authentication.
51
52       -p|--password <password>
53              Use password for SASL authentication.
54
55       -A|--args <stat>
56              Stat args.
57
58              DEPRECATED: use positional arguments.
59
60       -a|--analyze [<arg>]
61              Analyze and print differences of a server cluster.  A memory and
62              uptime comparison is performed by default.
63
64              Options:
65
66              --analyze[=default]
67                     Memory and uptime comparison.
68
69              --analyze=latency
70                     Network latency comparison.
71
72       -S|-server-version
73              Obtain and print server version(s) only.
74
75       --iterations
76              Iteration count of GETs  sent  by  the  latency  test  (default:
77              1000).
78

ENVIRONMENT

80       MEMCACHED_SERVERS
81              Specify a list of servers.
82

NOTES

84   PROGRAM PREFIX
85       The  prefix  of  this program is variable, i.e. it can be configured at
86       build time.
87
88       Usually the client programs of libmemcached-awesome are  prefixed  with
89       mem, like memcat or memcp.
90
91       It can be configured, though, to replace the prefix with something else
92       like mc, in case of that, the client programs  of  libmemcached-awesome
93       would be called mccat, mccp, etc. respectively.
94

SEE ALSO

96       memcached(1) libmemcached(3)
97
98C/C++ Client Library for memcached
99
100Working with statistical information from a server
101
102
103
104
1051.1                              Mar 06, 2023                       MEMSTAT(1)
Impressum