forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
3.8 KiB
3.8 KiB
Viewing Redis Slow Logs
Redis logs queries that exceed a specified execution time. You can view the slow query log 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 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 maximum allowed number of slow logs that can be logged. The default value is 128. That is, if the number of slow logs 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, contact technical support to upgrade it. The upgrade adds the slow log function to the console, and does not affect services.
Viewing Slow Logs on the Console
Parent topic: Managing DCS Instances

