1MEMSTAT.POP(1) memstat MEMSTAT.POP(1)
2
3
4
6 memstat - Display the operating status of a single or group of
7 memcached servers
8
10 memstat [options]
11
13 memstat dumps the state of memcached(1) servers. It displays all data
14 to stdout.
15
16 You can specify servers via the --servers option or via the environment
17 variable "MEMCACHED_SERVERS". --args can be used to specify the
18 "argument" sent to the stats command (ie slab, size, items, etc..).
19
20 For a full list of operations run the tool with the --help option.
21
23 To find out more information please check:
24 <http://launchpad.org/libmemcached>
25
27 Brian Aker, <brian@tangent.org>
28
29 Mark Atwood, <mark@fallenpegasus.com>
30
32 memcached(1) libmemcached(3)
33
34
35
36 2010-07-28 MEMSTAT.POP(1)