Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 835 Bytes

redis-collectd-plugin

A Redis plugin for collectd using collectd's Python plugin.

You can capture any kind of Redis metrics like:

  • Memory used
  • Commands processed per second
  • Number of connected clients and slaves
  • Number of blocked clients
  • Number of keys stored (per database)
  • Uptime
  • Changes since last save
  • Replication delay (per slave)
  • The length of list values

Installation and Configuration

Please refer to the documentation located in the SignalFx Integrations repo for information on the installation and configuration of this plugin.

Requirements

  • collectd 4.9+