Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.53 KB

Boundary Memcached Plugin

Collects metrics from a memcached instance. See video walkthrough.

Prerequisites

OS Linux Windows SmartOS OS X
Supported v v v v
Runtime node.js Python Java
Required +

Plugin Setup

None

Plugin Configuration Fields

Field Name Description
Source The source to display in the legend for the MEMCACHED data.
Port The MEMCACHED port.
Host The MEMCACHED hostname.

Metrics Collected

Metric Name Description
Memcached Allocated Percent of available memory used
Memcached Connections Number of current connections
Memcached Hits Number of cache hits
Memcached Misses Number of cache misses
Memcached Items Total number of items in cache
Memcached Requests Number of requests
Memcached Network In Number of bytes read from network
Memcached Network Out Number of bytes written to network