Skip to content

Commit 343881e

Browse files
committed
remove 2 screenshots for SFI
1 parent bd34698 commit 343881e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

articles/storage/files/smb-performance.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about ways to improve performance and throughput for premium
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 07/16/2024
7+
ms.date: 09/09/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -117,8 +117,6 @@ In most scenarios, particularly multi-threaded workloads, clients should see imp
117117
`Get-SmbMultichannelConnection |fl`
118118
1. Look for **MaxChannels** and **CurrentChannels** properties.
119119

120-
:::image type="content" source="media/smb-performance/files-smb-multi-channel-connection.PNG" alt-text="Screenshot of Get-SMBMultichannelConnection results." lightbox="media/smb-performance/files-smb-multi-channel-connection.PNG":::
121-
122120
### Performance comparison
123121

124122
There are two categories of read/write workload patterns: single-threaded and multi-threaded. Most workloads use multiple files, but there could be specific use cases where the workload works with a single file in a share. This section covers different use cases and the performance impact for each of them. In general, most workloads are multi-threaded and distribute workload over multiple files so they should observe significant performance improvements with SMB Multichannel.
@@ -138,8 +136,6 @@ For the charts in this article, the following configuration was used: A single S
138136
|---|---|---|---|---|---|---|---|---|
139137
| [Standard_D32s_v3](/azure/virtual-machines/dv3-dsv3-series) | 32 | 128 | 256 | 32 | 64000/512 (800) | 51200/768 | 8|16000 |
140138

141-
:::image type="content" source="media/smb-performance/files-smb-multi-channel-nic-settings-all-nics.PNG" alt-text="Screenshot that shows the performance test configuration." lightbox="media/smb-performance/files-smb-multi-channel-nic-settings-all-nics.PNG":::
142-
143139
### Multi-threaded/multiple files with SMB Multichannel
144140

145141
Load was generated against 10 files with various IO sizes. The scale up test results showed significant improvements in both IOPS and throughput test results with SMB Multichannel enabled. The following diagrams depict the results:

0 commit comments

Comments
 (0)