Skip to content

Commit d30cd88

Browse files
committed
ANF-42383: low IOPS faq'
1 parent b8cc7f2 commit d30cd88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ 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. 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.
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+
4252
## What's the performance impact of Kerberos on NFSv4.1?
4353

4454
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)