Skip to content

Commit c1562ae

Browse files
committed
Learn Editor: Update cache-best-practices-server-load.md
1 parent 67d7bc9 commit c1562ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-best-practices-server-load.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Redis server is a single-threaded system. Long running commands can cause late
3737

3838
## Monitor Server Load
3939

40-
Add monitoring on server load to ensure you get notifications when high server load occurs. Monitoring can help you understand your application constraints. Then, you can work proactively to mitigate issues. We recommend trying to keep server load under 80% to avoid negative performance effects.
41-
40+
Add monitoring on server load to ensure you get notifications when high server load occurs. Monitoring can help you understand your application constraints. Then, you can work proactively to mitigate issues. We recommend trying to keep server load under 80% to avoid negative performance effects. Sustained server load over 80% can lead to unplanned failovers.
4241
Currently, Azure Cache For Redis exposes two metrics in **Insights** under **Monitoring** on the Resource menu on the left of the portal: **CPU** and **Server Load**. Understanding what is measured by each metric is important when monitoring server load.
4342

4443
The **CPU** metric indicates the CPU usage for the node that hosts the cache. The CPU metric also includes processes that aren't strictly Redis server processes. CPU includes background processes for anti-malware and others. As a result, the CPU metric can sometimes spike and might not be a perfect indicator of CPU usage for the Redis server.
@@ -60,3 +59,4 @@ For standard and premium SKUs, each cache is hosted on two nodes. A load balance
6059
- [Configure appropriate timeouts](cache-best-practices-connection.md#configure-appropriate-timeouts).
6160
- [Memory management](cache-best-practices-memory-management.md)
6261
- [Configure your maxmemory-reserved setting](cache-best-practices-memory-management.md#configure-your-maxmemory-reserved-setting)
62+

0 commit comments

Comments
 (0)