Skip to content

Commit 6d8adec

Browse files
committed
new maxfiles metrics
1 parent f458520 commit 6d8adec

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

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

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 03/18/2025
8+
ms.date: 03/28/2025
99
ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files
@@ -150,21 +150,38 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
150150

151151
Azure NetApp Files provides metrics on allocated storage, actual storage usage, volume I/OPS, and latency. Use these metrics to understand usage and performance.
152152

153-
- *Percentage Volume Consumed Size*
153+
- *Percentage Volume Consumed Size*
154+
154155
The percentage of the volume consumed, including snapshots.
155156
Aggregation metrics (for example, min, max) aren't supported for percentage volume consumed size.
156-
- *Volume Allocated Size*
157+
- *Volume Allocated Size*
158+
157159
The provisioned size of a volume
158160
- *Volume Quota Size*
161+
159162
The quota size (GiB) the volume is provisioned with.
160163
- *Volume Consumed Size*
164+
161165
Logical size of the volume (used bytes).
162166
This size includes logical space used by active file systems and snapshots.
163167
- *Volume Snapshot Size*
168+
-
164169
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+
165181
- *Volume Inodes Percentage*
166182

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

169186
- *Throughput limit reached*
170187

articles/azure-netapp-files/maxfiles-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table shows examples of the relationship `maxfiles` values based o
4141
| 200 TiB (214,748,364,800 KiB) | 6,375,342,024 |
4242
| 500 TiB (536,870,912,000 KiB) | 15,938,355,048 |
4343

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 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).
4545

4646
:::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":::
4747

0 commit comments

Comments
 (0)