8.5.8. Redis resource usage statistics

Resource usage statistics are available in the "Redis" section on the "Statistics" tab:

The Redis statistics show:

  • Number of days Redis has been running.
  • Number of connected clients.
  • Total number of connections.
  • Total number of commands executed.
  • Amount and speed of incoming and outgoing traffic.
  • Number of read and write commands executed.

RAM usage statistics are displayed as a chart showing data for the past week:

  • Total memory usage — the sum of RSS and SHMEM.
  • Cached files (CACHE) — the file system cache.
  • Memory (RSS) — the Resident Set Size occupied by the process.
  • Shared memory (SHMEM) — shared memory that is accessible to different processes.
Content