Difference between revisions of "Redis"
From collectd Wiki
(Turned into a disambiguation page.) |
Powdahound (talk | contribs) |
||
Line 7: | Line 7: | ||
* '''{{Plugin|exec-redis.sh}}''' | * '''{{Plugin|exec-redis.sh}}''' | ||
*: A shell script querying ''Redis'' performance data using ''nc'' and ''awk''. | *: A shell script querying ''Redis'' performance data using ''nc'' and ''awk''. | ||
− | * '''[http://github.com/powdahound/redis-collectd-plugin redis-collectd-plugin]''' (repository on '' | + | * '''[http://github.com/powdahound/redis-collectd-plugin redis-collectd-plugin]''' (repository on ''GitHub'' by [[User:Powdahound|powdahound]]) |
*: Queries ''Redis'' performance data, too. It is implements in ''Python'' and is executed using the {{Plugin|Python}}. | *: Queries ''Redis'' performance data, too. It is implements in ''Python'' and is executed using the {{Plugin|Python}}. | ||
{{Disambiguation}} | {{Disambiguation}} |
Latest revision as of 21:06, 19 February 2011
There are several plugins which can be used in conjunction with Redis, a key-value store.
- Redis plugin
- A C-based plugin querying usage statistics from one or more Redis instances.
- Write Redis plugin
- A C-based plugin storing collectd values in a Redis instance.
- exec-redis.sh plugin
- 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.