Skip to content

Commit fe25b56

Browse files
committed
update per suggestion
1 parent ba8763d commit fe25b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/managed-instance-apache-cassandra/best-practice-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ Our default settings are already suitable for low latency workloads. To ensure b
9090

9191
Like every database system, Cassandra works best if the CPU utilization is around 50% and never gets above 80%. You can view CPU metrics in the Metrics tab within Monitoring from the portal:
9292

93-
:::image type="content" source="./media/best-practice-performance/metrics-cpu.png" alt-text="Screenshot of CPU metrics." lightbox="./media/best-practice-performance/metrics-cpu.png" border="true":::
93+
:::image type="content" source="./media/best-practice-performance/metrics-cpu.png" alt-text="Screenshot of CPU metrics by idle usage." lightbox="./media/best-practice-performance/metrics-cpu.png" border="true":::
9494

9595
> [!TIP]
9696
> For a realistic CPU view, add a filter and split the property by `Usage kind=usage_idle`. If this value is lower than the required CPU, you can apply splitting to obtain usage by all usage kinds.
9797
98-
:::image type="content" source="./media/best-practice-performance/metrics-cpu-by-usage.png" alt-text="Screenshot of CPU metrics." lightbox="./media/best-practice-performance/metrics-cpu-by-usage.png" border="true":::
98+
:::image type="content" source="./media/best-practice-performance/metrics-cpu-by-usage.png" alt-text="Screenshot of CPU metrics by usage kind." lightbox="./media/best-practice-performance/metrics-cpu-by-usage.png" border="true":::
9999

100100
If the CPU is permanently above 80% for most nodes the database becomes overloaded manifesting in multiple client timeouts. In this scenario, we recommend taking the following actions:
101101

0 commit comments

Comments
 (0)