Skip to content

Commit 3886235

Browse files
committed
Review feedback.
1 parent 7e1ddf4 commit 3886235

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

articles/storage/elastic-san/elastic-san-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following example scenarios depict how your Elastic SAN handles performance
7777

7878
In this scenario, no throttling occurs at either the VM or SAN level. The SAN itself has 135,000 IOPS, each volume is large enough to serve up to 64,000 IOPS, enough IOPS are available from the SAN, none of the VM's IOPS limits have been surpassed, and the total IOPS requested is 41,000. So the workloads all execute without any throttling.
7979

80-
:::image type="content" source="media/elastic-san-performance/scenario_one.png" alt-text="Average scenario example diagram." lightbox="media/elastic-san-performance/scenario_one.png":::
80+
:::image type="content" source="media/elastic-san-performance/typical-workload.png" alt-text="Average scenario example diagram." lightbox="media/elastic-san-performance/typical-workload.png":::
8181

8282
### Single workload spike
8383

@@ -93,7 +93,7 @@ In this scenario, no throttling occurs. Workload 3 spiked at 9am, requesting 64,
9393

9494
Generally, this is the ideal configuration for a SAN sharing workloads. It's best to have enough performance to handle the normal operations of workloads, and occasional peaks.
9595

96-
:::image type="content" source="media/elastic-san-performance/scenario_two.png" alt-text="Single workload spike example diagram." lightbox="media/elastic-san-performance/scenario_two.png":::
96+
:::image type="content" source="media/elastic-san-performance/one-workload-spike.png" alt-text="Single workload spike example diagram." lightbox="media/elastic-san-performance/one-workload-spike.png":::
9797

9898
### All workloads spike
9999

@@ -110,7 +110,7 @@ It's important to know the behavior of a SAN in the worst case scenario, where e
110110

111111
In this scenario, all the workloads hit their spike at almost the same time. At this point, the total IOPS required by all the workloads combined (64,000 + 45,000 + 40,000 + 5,000) is more than the IOPS provisioned at the SAN level (135,000). So the workloads are throttled. Throttling happens on a first-come, first-served basis, so whichever workloads request IOPS after the max capacity has been reached doesn't get more performance. In this case, workload 1 requested 40,000 IOPS after the other workloads, the SAN had already allocated most of its available IOPS, so only the remaining IOPS was provided.
112112

113-
:::image type="content" source="media/elastic-san-performance/scenario_three.png" alt-text="All workloads spiking example diagram." lightbox="media/elastic-san-performance/scenario_three.png":::
113+
:::image type="content" source="media/elastic-san-performance/all-workload-spike.png" alt-text="All workloads spiking example diagram." lightbox="media/elastic-san-performance/all-workload-spike.png":::
114114

115115
## Next steps
116116

0 commit comments

Comments
 (0)