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
+13-3Lines changed: 13 additions & 3 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
@@ -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.
@@ -222,7 +222,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
222
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.
223
223
224
224
> [!NOTE]
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 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.
226
226
227
227
-*Volume replication last transfer duration*
228
228
The amount of time in seconds it took for the last transfer to complete.
@@ -248,15 +248,18 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
248
248
## Throughput metrics for volumes
249
249
250
250
**Read throughput*
251
+
251
252
Read throughput in bytes per second.
252
253
253
254
**Total throughput*
254
255
Sum of all throughput in bytes per second.
255
256
256
257
**Write throughput*
258
+
257
259
Write throughput in bytes per second.
258
260
259
261
**Other throughput*
262
+
260
263
Other throughput (that isn't read or write) in bytes per second.
261
264
262
265
**Total throughput*
@@ -266,24 +269,31 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
266
269
## Volume backup metrics
267
270
268
271
**Is Volume Backup Enabled*
272
+
269
273
Shows whether backup is enabled for the volume. `1` is enabled. `0` is disabled.
270
274
271
275
**Is Volume Backup Operation Complete*
276
+
272
277
Shows whether the last volume backup or restore operation is successfully completed. `1` is successful. `0` is unsuccessful.
273
278
274
279
**Is Volume Backup Suspended*
280
+
275
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.
276
282
277
283
**Volume Backup Bytes*
284
+
278
285
The total bytes backed up for this volume.
279
286
280
287
**Volume Backup Last Transferred Bytes*
288
+
281
289
The total bytes transferred for the last backup or restore operation.
282
290
283
291
**Volume Backup Operation Last Transferred Bytes*
292
+
284
293
Total bytes transferred for last backup operation.
285
294
286
295
**Volume Backup Restore Operation Last Transferred Bytes*
296
+
287
297
Total bytes transferred for last backup restore operation.
0 commit comments