Memcached Statistics

The memcached_stats plugin provides memcached statistics as INFORMATION_SCHEMA tables.

Loading

To load this plugin, start drizzled with:

--plugin-add=memcached_stats

Loading the plugin may not enable or configure it. See the plugin’s Configuration and Variables.

See also

Plugin Options for more information about adding and removing plugins.

Configuration

These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.

--memcached-stats.servers ARG
Default :
Variable :

List of memcached servers.

Variables

These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.

Examples

Sorry, there are no examples for this plugin.

Authors

Padraig O’Sullivan

Version

This documentation applies to memcached_stats 1.0.

To see which version of the plugin a Drizzle server is running, execute:

SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='memcached_stats'

Changelog

v1.0

  • First release.

Table Of Contents

Previous topic

Memcached Functions

Next topic

Memory Storage Engine

This Page