Skip to content

Commit 9d8ba09

Browse files
author
julie.chen
committed
Updated Usage metrics for capacity pools and Usage metrics for volumes
1 parent d1a97b3 commit 9d8ba09

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

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

Lines changed: 21 additions & 17 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/2019
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)
29+
- *Pool Provisioned Size*
30+
The logical space (GiB) the capacity pool is provisioned with.
31+
This 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).
3134
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
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 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.
4852
- *Volume snapshot size*
49-
The incremental logical space used by snapshots in a volume
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)