I'm trying to figure out how to capture the following metrics in redis for monitoring the server. I looked at the INFO command but it does not provide such info.
- Operations / sec
- a breakdown of commands served, like history of commands served by redis...no of gets, sets, zincrby, zscore etc in the past hour?
- Reads per second
- writes per second
No comments:
Post a Comment