Updated on 2022-02-21 GMT+08:00

Viewing Redis Slow Logs

Redis uses slow logs to record queries that exceed a specified execution time. You can view the slow logs on the DCS console to identify performance issues.

For details about the commands, visit the Redis official website.

Configure the slow log with the following parameters:

  • slowlog-log-slower-than: The maximum time allowed, in microseconds, for command execution. If this threshold is exceeded, Redis slow log will record the command. The default value is 10,000. That is, if command execution exceeds 10 ms, the command will be recorded in the slow log.
  • slowlog-max-len: The maximum allowed length of the slow log. The default value is 128. That is, if the number of records in the slow log exceeds 128, the earliest record will be deleted to make room for new ones.

For details about the configuration parameters, see Modifying Configuration Parameters.

You can view the slow log of a Proxy Cluster DCS Redis 3.0 instance only if the instance is created after October 14, 2019. If the instance was created earlier, submit a service ticket to upgrade it. The upgrade adds the slow log function to the console, and does not affect services.

Viewing Slow Logs on the Console

  1. Log in to the DCS console.
  2. Click in the upper left corner of the management console and select a region and a project.
  3. In the navigation pane, choose Cache Manager.
  4. Click the name of a DCS instance.
  5. Click the Slow Log tab.
  6. Select a start date and an end date to view slow log records within the specified period.

    For details about the commands, visit the Redis official website.

    Figure 1 Slow log records of an instance