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
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,51 +13,55 @@ ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: conceptual
16
-
ms.date: 08/07/2019
16
+
ms.date: 03/16/2020
17
17
ms.author: b-juche
18
18
---
19
19
# Metrics for Azure NetApp Files
20
20
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.
22
22
23
23
## <aname="capacity_pools"></a>Usage metrics for capacity pools
24
24
25
25
<!--
26
26
- *Volume pool allocated size*
27
27
The size (GiB) of the provisioned capacity pool
28
28
-->
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.
34
39
<!--
35
40
- *Volume pool total snapshot size*
36
41
The total of incremental logical space used by the snapshots
37
42
-->
38
43
39
44
## <aname="volumes"></a>Usage metrics for volumes
40
45
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).
47
51
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.
50
54
51
55
## Performance metrics for volumes
52
56
53
57
-*AverageReadLatency*
54
-
The average time for reads from the volume in milliseconds
58
+
The average time for reads from the volume in milliseconds.
55
59
-*AverageWriteLatency*
56
-
The average time for writes from the volume in milliseconds
60
+
The average time for writes from the volume in milliseconds.
0 commit comments