Difference between revisions of "Redis"
From collectd Wiki
(Created redirect.) |
Powdahound (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | There are several plugins which can be used in conjunction with '''Redis''', a ''key-value store''. | |
+ | |||
+ | * '''{{Plugin|Redis}}''' | ||
+ | *: A C-based plugin querying usage statistics from one or more ''Redis'' instances. | ||
+ | * '''{{Plugin|Write Redis}}''' | ||
+ | *: A C-based plugin storing ''collectd'' values in a ''Redis'' instance. | ||
+ | * '''{{Plugin|exec-redis.sh}}''' | ||
+ | *: A shell script querying ''Redis'' performance data using ''nc'' and ''awk''. | ||
+ | * '''[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}}. | ||
+ | |||
+ | {{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.