Skip to content

Instantly share code, notes, and snippets.

@DBLaw
Created October 7, 2014 23:00
Show Gist options
  • Select an option

  • Save DBLaw/98b12f996a66645b8aea to your computer and use it in GitHub Desktop.

Select an option

Save DBLaw/98b12f996a66645b8aea to your computer and use it in GitHub Desktop.
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