You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-metrics.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: anfdocs
10
10
---
11
11
# Metrics for Azure NetApp Files
12
12
13
-
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume IOPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
13
+
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume I/OPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
14
14
15
15
## Definitions
16
16
@@ -166,10 +166,10 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
166
166
167
167
-*Throughput limit reached*
168
168
169
-
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. The value 1 means that the volume has reached its maximum throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.
169
+
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. If the metric displays 1, the volume has reached its throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.
170
170
171
171
> [!NOTE]
172
-
> The Throughput limit reached metrics is collected every 5 minutes and is displayed as a hit if it has been collected in the last 5 minutes.
172
+
> The Throughput limit reached metrics is collected every 5 minutes. If the limit has been reached in the five-minute window, it means the limit has been reached in that window.
173
173
174
174
If the volume is hitting the throughput limit, it's not sized appropriately for the application's demands. To resolve throughput issues:
175
175
@@ -189,7 +189,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
189
189
## Performance metrics for volumes
190
190
191
191
> [!NOTE]
192
-
> Volume latency for *Average Read Latency* and *Average Write Latency* is measured within the storage service and does not include network latency.
192
+
> Volume latency for *Average Read Latency* and *Average Write Latency* is measured within the storage service and doesn't include network latency.
193
193
194
194
-*Average Read Latency*
195
195
The average roundtrip time (RTT) for reads from the volume in milliseconds.
@@ -199,9 +199,11 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
199
199
The number of read operations to the volume per second.
200
200
-*Write IOPS*
201
201
The number of write operations to the volume per second.
202
-
-***Other IOPS***
202
+
-*Other IOPS*
203
+
203
204
The number of [other operations](#about-storage-performance-operation-metrics) to the volume per second.
204
-
-*Total IOPS*
205
+
-*Total IOPS*
206
+
205
207
A sum of the write, read, and other operations to the volume per second.
@@ -220,7 +222,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
220
222
Lag time is the actual amount of time the replication lags behind the source. It indicates the age of the replicated data in the destination volume relative to the source volume.
221
223
222
224
> [!NOTE]
223
-
> When assessing the health status of the volume replication, consider the volume replication lag time. If the lag time is greater than the replication schedule, the replication volume will not catch up to the source. To resolve this issue, adjust the replication speed or the replication schedule.
225
+
> When assessing the health status of the volume replication, consider the volume replication lag time. If the lag time is greater than the replication schedule, the replication volume won't catch up to the source. To resolve this issue, adjust the replication speed or the replication schedule.
224
226
225
227
-*Volume replication last transfer duration*
226
228
The amount of time in seconds it took for the last transfer to complete.
@@ -246,41 +248,52 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
246
248
## Throughput metrics for volumes
247
249
248
250
**Read throughput*
251
+
249
252
Read throughput in bytes per second.
250
253
251
254
**Total throughput*
252
255
Sum of all throughput in bytes per second.
253
256
254
257
**Write throughput*
258
+
255
259
Write throughput in bytes per second.
256
260
257
261
**Other throughput*
262
+
258
263
Other throughput (that isn't read or write) in bytes per second.
259
264
260
265
**Total throughput*
266
+
261
267
Sum of all throughput (read, write, and other) in bytes per second.
262
268
263
269
## Volume backup metrics
264
270
265
271
**Is Volume Backup Enabled*
272
+
266
273
Shows whether backup is enabled for the volume. `1` is enabled. `0` is disabled.
267
274
268
275
**Is Volume Backup Operation Complete*
276
+
269
277
Shows whether the last volume backup or restore operation is successfully completed. `1` is successful. `0` is unsuccessful.
270
278
271
279
**Is Volume Backup Suspended*
272
-
Shows whether the backup policy is suspended for the volume. `1` isn't suspended. `0` is suspended.
280
+
281
+
Shows whether the backup policy is suspended for the volume. A value of `1` means it's not suspended. A value of `0` means it's suspended.
273
282
274
283
**Volume Backup Bytes*
284
+
275
285
The total bytes backed up for this volume.
276
286
277
287
**Volume Backup Last Transferred Bytes*
288
+
278
289
The total bytes transferred for the last backup or restore operation.
279
290
280
291
**Volume Backup Operation Last Transferred Bytes*
292
+
281
293
Total bytes transferred for last backup operation.
282
294
283
295
**Volume Backup Restore Operation Last Transferred Bytes*
296
+
284
297
Total bytes transferred for last backup restore operation.
0 commit comments