1MEMSTAT(1) libmemcached MEMSTAT(1)
2
3
4
6 memstat - libmemcached Documentation
7
8 memstat - Display the operating status of a single or group of mem‐
9 cached servers
10
12 memstat [options]
13
15 memstat dumps the state of memcached(1) servers. It displays all data
16 to stdout.
17
19 You can specify servers via the option:
20
21 --servers
22
23 or via the environment variable:
24
25 'MEMCACHED_SERVERS, --args'
26
27 which can be used to specify the "argument" sent to the stats command
28 (ie slab, size, items, etc..).
29
30 For a full list of operations run the tool with:
31
32 --help
33
34 --analyze
35
37 To find out more information please check: http://libmemcached.org/
38
40 memcached(1) libmemcached(3)
41
43 Brian Aker
44
46 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
47
48
49
50
511.0.18 February 09, 2014 MEMSTAT(1)