4
The :program:`memcached_stats` plugin provides `memcached <http://memcached.org/>`_ statistics as INFORMATION_SCHEMA tables.
6
.. _memcached_stats_loading:
11
To load this plugin, start :program:`drizzled` with::
13
--plugin-add=memcached_stats
15
Loading the plugin may not enable or configure it. See the plugin's
16
:ref:`memcached_stats_configuration` and :ref:`memcached_stats_variables`.
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _memcached_stats_configuration:
25
These command line options configure the plugin when :program:`drizzled`
26
is started. See :doc:`/configuration` for more information about specifying
31
.. option:: --memcached-stats.servers ARG
36
List of memcached servers.
38
.. _memcached_stats_variables:
43
These variables show the running configuration of the plugin.
44
See `variables` for more information about querying and setting variables.
46
.. _memcached_stats_servers:
48
* ``memcached_stats_servers``
52
:Option: :option:`--memcached-stats.servers`
56
.. _memcached_stats_examples:
61
Sorry, there are no examples for this plugin.
63
.. _memcached_stats_authors:
70
.. _memcached_stats_version:
75
This documentation applies to **memcached_stats 1.0**.
77
To see which version of the plugin a Drizzle server is running, execute:
81
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='memcached_stats'