Created
October 7, 2014 23:00
-
-
Save DBLaw/98b12f996a66645b8aea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| connected_clients - Number of client connections (excluding connections from slaves) | |
| keyspace_hits - Number of successful lookup of keys in the main dictionary | |
| keyspace_misses - Number of failed lookup of keys in the main dictionary | |
| expired_keys - Total number of key expiration events | |
| evicted_keys - Number of evicted keys due to maxmemory limit | |
| total_commands_processed - Total number of commands processed by the server | |
| total_connections_received - Total number of connections accepted by the server | |
| used_memory_rss - Number of bytes that Redis allocated as seen by the operating system (a.k.a resident set size). This is the number reported by tools such as top and ps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment