Viewing Slow Queries of a DCS Redis Instance
Redis logs 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 slow queries with the following parameters:
- slowlog-log-slower-than: The maximum time allowed, in microseconds, for command execution. If this threshold is exceeded, Redis will log the command. The default value is 10,000. That is, if command execution exceeds 10 ms, the command will be logged.
- slowlog-max-len: The number of slow queries in a record. The default value is 128, which means a maximum of 128 latest slow queries can be displayed.
For details about the configuration parameters, see Modifying Configuration Parameters of a DCS Instance.
Notes and Constraints
- Currently, you can view slow queries in the last seven days.
- After restarting an instance, slow queries before the restart cannot be viewed.
Procedure
- Log in to the management console, and choose Application > Distributed Cache Service in the service list.
- Click in the upper left corner of the management console and select the region where your instance is located.
- In the navigation pane, choose Cache Manager.
- Click the name of a DCS instance.
- Choose Analysis and Diagnosis > Slow Queries.
- Select a start date and an end date and click the refresh icon to view slow queries within the specified period. For details about the commands, visit the Redis official website.
To filter slow queries, click the filtering bar, select a property or enter a keyword.
Figure 1 Slow queries of an instance
- To download slow queries, choose Export > Export all data to an XLSX file or Export selected data to an XLSX file.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.