Skip to content
Florian Forster edited this page Nov 20, 2023 · 1 revision

There are several plugins which can be used in conjunction with Redis, a key-value store.

  • A C-based plugin querying usage statistics from one or more *Redis* instances.
    
  • A C-based plugin storing *collectd* values in a *Redis* instance.
    
  • A shell script querying *Redis* performance data using *nc* and *awk*.
    
  • redis-collectd-plugin (repository on GitHub by powdahound)

    Queries *Redis* performance data, too. It is implements in *Python* and is executed using the [Python plugin](Plugin-Python "wikilink").
    
Clone this wiki locally