Skip to content

Commit 8cf56a5

Browse files
Merge pull request #284521 from b-ahibbard/low-iops
low iops faq
2 parents 3dcff24 + 30e5f6e commit 8cf56a5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/azure-netapp-files/faq-performance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: conceptual
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 04/05/2024
8+
ms.date: 08/13/2024
99
---
1010
# Performance FAQs for Azure NetApp Files
1111

@@ -39,6 +39,18 @@ You can change the service level of an existing volume by moving the volume to a
3939

4040
Azure NetApp Files provides volume performance metrics. You can also use Azure Monitor for monitoring usage metrics for Azure NetApp Files. See [Metrics for Azure NetApp Files](azure-netapp-files-metrics.md) for the list of performance metrics for Azure NetApp Files.
4141

42+
## Why is a workload's latency high when the IOPS are low?
43+
44+
In the absence of other symptoms (such as errors, network issues, or an application not responding), low IOP workloads are typically not a problem. Low IOPS are typically below 500-600 IOPS but can vary.
45+
46+
Azure NetApp Files responds to requests as they come in. A workload with few requests might appear to be higher, but is responding as expected. Low IOPS workloads (for example 5 IOPS and 32 KiB/s):
47+
48+
- Aren't in the RAM cache, so need to go to disk more.
49+
- Don't have a high sample size, so are considered statistically irrelevant.
50+
- Don't have enough samples to average out any outliers.
51+
52+
Reported latency can reach the seconds or tens of seconds range due to the latency averaging skew. Increasing the workload on the volume with low IOPS can further help determine if latency skew is the reason the latency shows an inflated number.
53+
4254
## What's the performance impact of Kerberos on NFSv4.1?
4355

4456
See [Performance impact of Kerberos on NFSv4.1 volumes](performance-impact-kerberos.md) for information about security options for NFSv4.1, the performance vectors tested, and the expected performance impact.

0 commit comments

Comments
 (0)