Skip to content

Commit 969a2f2

Browse files
authored
Merge pull request #107932 from b-juche/live-update-03-16-metrics-for-anf
Live update 03 16 metrics for anf
2 parents 45f6c57 + 851c135 commit 969a2f2

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

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

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,55 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 08/07/2019
16+
ms.date: 03/16/2020
1717
ms.author: b-juche
1818
---
1919
# Metrics for Azure NetApp Files
2020

21-
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume throughput, IOPS, and latency. By analyzing these metrics, you can gain a better understanding on the usage pattern and volume performance of your NetApp accounts.
21+
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.
2222

2323
## <a name="capacity_pools"></a>Usage metrics for capacity pools
2424

2525
<!--
2626
- *Volume pool allocated size*
2727
The size (GiB) of the provisioned capacity pool
2828
-->
29-
- *Volume pool allocated used*
30-
The total of volume quota (GiB) in a given capacity pool (that is, the total of the volumes' provisioned sizes in the capacity pool)
31-
This is the size you selected during volume creation.
32-
- *Volume pool total logical size*
33-
The total of logical space (GiB) used across volumes in a capacity pool
29+
- *Pool Provisioned Size*
30+
The logical space (GiB) the capacity pool is provisioned with.
31+
This size is the size you selected during capacity pool creation.
32+
- *Pool Allocated to Volume Size*
33+
The total of volume quota (GiB) in a given capacity pool (that is, the total of the volumes' provisioned sizes in the capacity pool).
34+
This size is the size you selected during volume creation.
35+
- *Pool Consumed Size*
36+
The total of logical space (GiB) used across volumes in a capacity pool.
37+
- *Pool Consumed Snapshot Size*
38+
The total of logical space (GiB) used by snapshots across all volumes in a capacity pool.
3439
<!--
3540
- *Volume pool total snapshot size*
3641
The total of incremental logical space used by the snapshots
3742
-->
3843

3944
## <a name="volumes"></a>Usage metrics for volumes
4045

41-
<!--
42-
- *Volume allocated size*
43-
The volume size (quota) provisioned in GiB
44-
-->
45-
- *Volume logical size*
46-
The total logical space used in a volume (GiB)
46+
- *Volume Quota Size*
47+
The quota size (GiB) the volume is provisioned with.
48+
This size is the size you selected during capacity pool creation.
49+
- *Volume Consumed Size*
50+
The total logical space used in a volume (GiB).
4751
This size includes logical space used by active file systems and snapshots.
48-
- *Volume snapshot size*
49-
The incremental logical space used by snapshots in a volume
52+
- *Volume Snapshot Size*
53+
The incremental logical space used by snapshots in a volume.
5054

5155
## Performance metrics for volumes
5256

5357
- *AverageReadLatency*
54-
The average time for reads from the volume in milliseconds
58+
The average time for reads from the volume in milliseconds.
5559
- *AverageWriteLatency*
56-
The average time for writes from the volume in milliseconds
60+
The average time for writes from the volume in milliseconds.
5761
- *ReadIops*
58-
The number of reads to the volume per second
62+
The number of reads to the volume per second.
5963
- *WriteIops*
60-
The number of writes to the volume per second
64+
The number of writes to the volume per second.
6165

6266
## Next steps
6367

0 commit comments

Comments
 (0)