Sha256: 49b34d91e4f1c0de8921ff0a1d61ddaeb836256e3853cc0e5bff7fa3eccb3bb3
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 Bytes
Contents
# Redis Metrics The [`redis_info.sh`](redis_info.sh) script generates metrics from the `redis-cli info` command for a redis instance. The following metrics will be output for every collection in your system: * `connected_clients` - Total currently connected clients * `instantaneous_ops_per_sec` - Current operations per second Additionally, the following database level metrics will be output: * `dbDB_NUM_keys` - Count of keys in the DB_NUM database
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instrumental_tools-1.1.4 | examples/redis/README.md |
instrumental_tools-1.1.3 | examples/redis/README.md |