Skip to content

Commit 94ddc08

Browse files
Merge pull request #294382 from b-ahibbard/inode-metric
Inode metric
2 parents 8fcf32b + 860c8d5 commit 94ddc08

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 07/19/2023
8+
ms.date: 02/11/2025
99
ms.author: anfdocs
1010
---
1111
# Metrics for Azure NetApp Files
@@ -160,6 +160,10 @@ Azure NetApp Files metrics are natively integrated into Azure monitor. From with
160160
This size includes logical space used by active file systems and snapshots.
161161
- *Volume Snapshot Size*
162162
The size of all snapshots in a volume.
163+
- *Volume Inodes Percentage*
164+
165+
The percentage of the volume's available [inodes (or `maxfiles`)](maxfiles-concept.md) consumed.
166+
163167
- *Throughput limit reached*
164168

165169
Throughput limit reached is a boolean metric that denotes the volume is hitting its QoS limits. The value 1 means that the volume has reached its maximum throughput, and throughput for this volume will be throttled. The value 0 means this limit hasn't yet been reached.

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

Lines changed: 2 additions & 2 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: 01/27/2025
8+
ms.date: 02/11/2025
99
ms.author: anfdocs
1010
---
1111
# Understand `maxfiles` limits in Azure NetApp Files
@@ -39,7 +39,7 @@ The following table shows examples of the relationship `maxfiles` values based o
3939
| 200 TiB (214,748,364,800 KiB) | 6,375,342,024 |
4040
| 500 TiB (536,870,912,000 KiB) | 15,938,355,048 |
4141

42-
To see the `maxfiles` allocation for a specific volume size, check the **Maximum number of files** field in the volume’s overview pane.
42+
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).
4343

4444
:::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":::
4545

articles/azure-netapp-files/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 01/29/2025
9+
ms.date: 02/11/2025
1010
ms.author: anfdocs
1111
---
1212

1313
# What's new in Azure NetApp Files
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
## February 2025
18+
19+
* [New volume usage metric](azure-netapp-files-metrics.md#volumes): volume inodes percentage
20+
21+
Azure NetApp Files metrics now enable you to see the percentage of a volume's total [inodes](maxfiles-concept.md) consumed.
22+
1723
## January 2025
1824

1925
* [Application volume group for Oracle](application-volume-group-oracle-introduction.md) and [application volume group for SAP HANA extension one](application-volume-group-introduction.md) now support customer-managed keys. (Preview)

0 commit comments

Comments
 (0)