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
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: conceptual
8
-
ms.date: 03/18/2025
8
+
ms.date: 03/28/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Metrics for Azure NetApp Files
@@ -150,21 +150,38 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
150
150
151
151
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume I/OPS, and latency. Use these metrics to understand usage and performance.
152
152
153
-
-*Percentage Volume Consumed Size*
153
+
-*Percentage Volume Consumed Size*
154
+
154
155
The percentage of the volume consumed, including snapshots.
155
156
Aggregation metrics (for example, min, max) aren't supported for percentage volume consumed size.
156
-
-*Volume Allocated Size*
157
+
-*Volume Allocated Size*
158
+
157
159
The provisioned size of a volume
158
160
-*Volume Quota Size*
161
+
159
162
The quota size (GiB) the volume is provisioned with.
160
163
-*Volume Consumed Size*
164
+
161
165
Logical size of the volume (used bytes).
162
166
This size includes logical space used by active file systems and snapshots.
163
167
-*Volume Snapshot Size*
168
+
-
164
169
The size of all snapshots in a volume.
170
+
-*Volume Inodes Quota*
171
+
172
+
The volume's maximum allowed [inodes (or `maxfiles`)](maxfiles-concept.md) if the limit was increased via support request. If the limit hasn't been increased via support request, this metric's value is 0.
173
+
174
+
-*Volume Inodes Total*
175
+
176
+
The volume's maximum allowed [inodes (or `maxfiles`)](maxfiles-concept.md) based on the volume size.
177
+
-*Volume Inodes Used*
178
+
179
+
The volume's used [inodes (or `maxfiles`)](maxfiles-concept.md).
180
+
165
181
-*Volume Inodes Percentage*
166
182
167
-
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
183
+
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
184
+
If the volume inode limit has been increased by a support request, the percentage is calculated based on Volume Inodes Quota metric. If the volume inode limit is the default value based on the volume size, the percentage is calculated based on the Volume Inodes Total metric.
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane. You can also view the `maxfiles` consumption for a volume as a percentage in [Azure monitor](azure-netapp-files-metrics.md#volumes).
44
+
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane. You can also view metrics for available and consumed `maxfiles` in [Azure monitor](azure-netapp-files-metrics.md#volumes).
45
45
46
46
:::image type="content" source="./media/azure-netapp-files-resource-limits/maximum-number-files.png" alt-text="Screenshot of volume overview menu." lightbox="./media/azure-netapp-files-resource-limits/maximum-number-files.png":::
0 commit comments