Skip to content

Commit f40dd18

Browse files
Merge pull request #295461 from b-ahibbard/metrics
metrics clean up
2 parents 6655cfc + f1b600a commit f40dd18

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

articles/azure-netapp-files/azure-netapp-files-metrics.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files
1212

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.
1414

1515
## Definitions
1616

@@ -166,10 +166,10 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
166166

167167
- *Throughput limit reached*
168168

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.
170170

171171
> [!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.
173173
174174
If the volume is hitting the throughput limit, it's not sized appropriately for the application's demands. To resolve throughput issues:
175175

@@ -189,7 +189,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
189189
## Performance metrics for volumes
190190

191191
> [!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.
193193
194194
- *Average Read Latency*
195195
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
199199
The number of read operations to the volume per second.
200200
- *Write IOPS*
201201
The number of write operations to the volume per second.
202-
- ***Other IOPS***
202+
- *Other IOPS*
203+
203204
The number of [other operations](#about-storage-performance-operation-metrics) to the volume per second.
204-
- *Total IOPS*
205+
- *Total IOPS*
206+
205207
A sum of the write, read, and other operations to the volume per second.
206208

207209
## <a name="replication"></a>Volume replication metrics
@@ -220,7 +222,7 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
220222
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.
221223

222224
> [!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.
224226
225227
- *Volume replication last transfer duration*
226228
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
246248
## Throughput metrics for volumes
247249

248250
* *Read throughput*
251+
249252
Read throughput in bytes per second.
250253

251254
* *Total throughput*
252255
Sum of all throughput in bytes per second.
253256

254257
* *Write throughput*
258+
255259
Write throughput in bytes per second.
256260

257261
* *Other throughput*
262+
258263
Other throughput (that isn't read or write) in bytes per second.
259264

260265
* *Total throughput*
266+
261267
Sum of all throughput (read, write, and other) in bytes per second.
262268

263269
## Volume backup metrics
264270

265271
* *Is Volume Backup Enabled*
272+
266273
Shows whether backup is enabled for the volume. `1` is enabled. `0` is disabled.
267274

268275
* *Is Volume Backup Operation Complete*
276+
269277
Shows whether the last volume backup or restore operation is successfully completed. `1` is successful. `0` is unsuccessful.
270278

271279
* *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.
273282

274283
* *Volume Backup Bytes*
284+
275285
The total bytes backed up for this volume.
276286

277287
* *Volume Backup Last Transferred Bytes*
288+
278289
The total bytes transferred for the last backup or restore operation.
279290

280291
* *Volume Backup Operation Last Transferred Bytes*
292+
281293
Total bytes transferred for last backup operation.
282294

283295
* *Volume Backup Restore Operation Last Transferred Bytes*
296+
284297
Total bytes transferred for last backup restore operation.
285298

286299
## Cool access metrics

0 commit comments

Comments
 (0)