Apsara File Storage NAS (NAS) integrates with CloudMonitor to provide real-time capacity monitoring. This feature lets you track key usage metrics for your file systems, such as storage space, IA storage class traffic, file count, and data volume. This topic describes how to view capacity monitoring data for NAS file systems.
Prerequisites
A NAS file system is created. For more information, see Create a file system.
CloudMonitor is activated.
You can log on to the CloudMonitor product page and follow the on-screen instructions to activate the service.
Notes
Extreme NAS file systems created after May 21, 2024 support capacity monitoring by default.
If your Extreme NAS file system was created between January 19, 2024, and May 21, 2024, you must upgrade it to enable capacity monitoring. To request an upgrade, submit a ticket.
Extreme NAS file systems created before January 19, 2024 do not support capacity monitoring.
NAS console
Log on to the NAS console.
In the left-side navigation pane, choose .
At the top of the page, select a region.
On the Capacity Monitoring page, follow these steps to view the capacity details for a file system:
From the File System Type drop-down list, select the file system type.
From the File System ID drop-down list, select the file system ID.
Select a time range. You can select 1 Hour, 1 Day, 7 Days, 14 Days, Last Month, or Current Month, or specify a custom time range. A custom time range cannot exceed 30 days. To view data for more than one month, see Resource usage and bills.
For General-purpose NAS file systems, the Capacity Monitoring page displays monitoring charts for metrics such as Storage Space (Excluding recycle bin), Number of Files, IA Storage Class Traffic, Archive Storage Class Traffic, Number of Delete Operations on Archived Files That Trigger Penalty, and Number of Truncate Operations on Archived Files That Trigger Penalty.
For Extreme NAS file systems, the Capacity Monitoring page displays monitoring charts for metrics such as Total Storage Space of Extreme NAS File System, Data Volume of Extreme NAS File System, Maximum Number of Files in Extreme NAS File System, and Number of Used Files in Extreme NAS File System.
For AgenticFS, capacity monitoring is available at both the file system and AgenticSpace levels. The monitoring charts include metrics such as Used Capacity of File System, Capacity Quota of AgenticSpace, Used Capacity of AgenticSpace, Used Inodes of File System, Inode Quota of AgenticSpace, and Used Inodes of AgenticSpace.
NoteCapacity monitoring provides real-time data that is not used for billing. To view detailed metering data for billing, see Resource usage and bills.
To monitor storage capacity in real time, you can configure an alert rule based on capacity metrics to be notified of anomalies. For more information, see Configure a basic alert rule.
CloudMonitor console
Log on to the CloudMonitor console.
In the left-side navigation pane, choose Cloud Resource Monitoring > Cloud Service Monitoring.
On the Cloud Service Monitoring page, enter NAS in the search box and click Apsara File Storage NAS.
On the Apsara File Storage NAS page, select a region and the Apsara File Storage NAS tab. Then, find the target file system and click its ID, or click Monitoring Charts in the Actions column.
On the monitoring charts page, click the File System Capacity tab to view the file system's capacity details.
By default, CloudMonitor displays monitoring data from the last hour. You can select a preset time range or specify a custom time range. The time range cannot exceed 30 days. To view data for more than one month, see Resource usage and bills.
NoteCapacity monitoring provides real-time data that is not used for billing. To view detailed metering data for billing, see Resource usage and bills.
CloudMonitor API
You can query monitoring data for NAS and AgenticFS by using the following CloudMonitor API operations:
DescribeMetricMetaList: Queries the descriptions of time-series metrics available in CloudMonitor.
DescribeMetricList: Queries the time-series metric data of a cloud service within a specified time period.
DescribeMetricLast: Queries the latest monitoring data of a specified object.
The following table describes the request parameters for NAS.
Parameter | Description |
Namespace | The namespace of the cloud service. For NAS, set this parameter to acs_nas. |
MetricName | The name of the metric. Valid values:
|
Dimensions | A map of dimensions for querying the monitoring data of a specific resource. Format: Note The value of Dimensions must be a JSON string, and the key-value pairs must be in the specified order. |
The following table describes the request parameters for AgenticFS.
Parameter | Description |
Namespace | The namespace of the cloud service. For AgenticFS, set this parameter to acs_nas. |
MetricName | The name of the metric. Valid values:
|
Dimensions | A map of dimensions for querying the monitoring data of a specific resource. File system level format: AgenticSpace level format: Note The value of Dimensions must be a JSON string, and the key-value pairs must be in the specified order. |
Related documents
You can configure an alert rule to be notified promptly of anomalies, enabling a quick response to restore service. For more information, see Configure a basic alert rule.
To simplify management and improve monitoring efficiency, you can create an application group to manage alert rules and view monitoring data for multiple file systems. For more information, see Create an application group.
To view the maximum or used capacity of a file system, see Query file system resource usage.
To manage the mount targets for a file system, see Manage mount targets.
To view detailed usage information for a file system, see Resource usage and bills.