Redis Memory

Redis Memory Metrics group contains memory consumption related information as reported by the Redis instance running on each node.

  • Memory Fragmentation Ratio: This is the ratio between Used Memory Rss and Used Memory. A fragmentation ratio less than 1.0 means that Redis requires more memory than is available on the system and so it has resorted to using swap memory resources. A fragmentation ratio greater than 1.0 indicates that fragmentation is taking place and the Redis instance is consuming more physical memory than has been requested. A healthy Redis server Memory fragmentation ratio is slightly more than 1.0. A ratio greater than 1.5 indicates that excessive fragmentation is taking place.
A graph of the Memory Fragmentation Ratio on a Redis cluster.
  • Used Memory: This is the total memory in megabytes allocated by Redis using its allocator (either standard libcjemalloc, or an alternative allocator such as tcmalloc).
A graph of the used memory on a Redis cluster.
  • Used Memory Dataset: This is the total memory in megabytes of the dataset. It is calculated by subtracting used_memory_overhead from used_memory 
A graph of the used memory dataset on a Redis cluster.
  • Used Memory Lua: This is the total memory in megabytes used by Lua engine.
A graph of the memory used by Lua on a Redis cluster.
  • Used Memory Rss: This is the memory in megabytes 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(1) and ps(1).
A graph of the used memory from RSS on a Redis cluster.

 

By Instaclustr Support
Need Support?
Experiencing difficulties on the website or console?
Already have an account?
Need help with your cluster?
Contact Support
Why sign up?
To experience the ease of creating and managing clusters via the Instaclustr Console
Spin up a cluster in minutes