1 =========================================
2 memstat - Gather statistics from a server
3 =========================================
6 memstat - Display the operating status of a single or group of memcached servers
22 :program:`memstat` dumps the state of memcached(1) servers.
23 It displays all data to stdout.
31 You can specify servers via the option:
35 or via the environment variable:
37 .. envvar:: 'MEMCACHED_SERVERS, --args'
39 which can be used to specify the "argument" sent to the stats command (ie slab, size, items, etc..).
41 For a full list of operations run the tool with:
51 To find out more information please check:
52 `http://libmemcached.org/ <http://libmemcached.org/>`_
60 :manpage:`memcached(1)` :manpage:`libmemcached(3)`