Skip to content

Commit 6b0bd9a

Browse files
Merge pull request #275312 from iriaosara/icm500868226
update doc per ICM opened
2 parents 872ed23 + 161ddb4 commit 6b0bd9a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +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.png" alt-text="Screenshot of CPU metrics." lightbox="./media/best-practice-performance/metrics.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":::
94+
95+
> [!TIP]
96+
> For a realistic CPU view, add a filter and split the property by `Usage kind=usage_idle`. If this value is lower than 20%, you can apply splitting to obtain usage by all usage kinds.
9497
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":::
9599

96100
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:
97101

111 KB
Loading
76.2 KB
Loading

0 commit comments

Comments
 (0)