All Products
Search
Document Center

File Storage NAS:View performance monitoring

Last Updated:Jun 30, 2026

File Storage NAS is seamlessly integrated with File Storage NAS. The performance monitoring feature lets you view real-time performance data for NAS file systems, such as IOPS, throughput, and latency. This topic describes how to view performance monitoring data for NAS file systems.

Prerequisites

View data in the NAS console

  1. Log on to the NAS console.

  2. In the left-side navigation pane, choose Monitoring Audit > Performance Monitoring.

  3. In the top navigation bar, select the resource group and region where your file system resides.image

  4. On the Performance Monitoring page, follow these steps to view the performance details of a specific file system:

    1. From the File System Type drop-down list, select the target file system type.

    2. From the File System ID drop-down list, select the target file system ID.

    3. Select a time range, such as 1 Hour, 1 Day, 7 Days, 14 Days, Current Month, or Last Month. You can also specify a custom date range. The maximum date range is 30 days.

    The File System Performance Monitoring page shows charts of key performance metrics, such as IOPS, throughput, and latency.

    image

    The Metadata Monitoring page shows charts of metadata performance.

    image

    AgenticFS performance monitoring supports two granularities: file system and AgenticSpace. The metrics include read/write IOPS, read/write throughput, read/write latency, and metadata operation QPS and latency. To view these metrics, select AgenticFS from the File System Type drop-down list.

    Note
    • If a chart displays No data, it indicates that the file system has not received any client requests or that the required service is not enabled.

    • You can use the FIO tool to test file system performance and view the performance metrics in the CloudMonitor console. For more information, see NAS performance test.

      For example, to test the write throughput of a file system, run the following command on an ECS instance where the file system is mounted to the /mnt directory: fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=1M -size=1G -time_based -runtime=600 -name=Fio -directory=/mnt.

    • The read/write IOPS and metadata QPS metrics are reported as integers. If fewer than 60 requests are made within one minute, the value is 0.

View data in the CloudMonitor console

  1. Log on to the CloudMonitor console.

  2. In the left-side navigation pane, choose .

  3. On the Cloud Service Monitoring page, enter NAS in the search box and click File Storage NAS.

  4. On the File Storage NAS page, select a region, and then click the target file system or click Monitoring Charts in the Actions column.

  5. On the monitoring chart details page, click the File System Monitoring tab to view the performance details of the target file system.

    By default, CloudMonitor displays monitoring data for the last hour. You can click a preset time range or specify a custom date range. The maximum date range is 30 days.

View data by using the CloudMonitor API

You can query monitoring data for NAS and AgenticFS by calling the following CloudMonitor API operations:

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:

  • IopsRead

  • IopsWrite

  • LatencyRead

  • LatencyWrite

  • QpsMeta

  • ThruputRead

  • ThruputWrite

Dimensions

A JSON map that specifies the resource to monitor.

Format: {"userId":"xxxxxx","fileSystemId":"xxxxx"}

Note

The value of this parameter must be a JSON string, and the keys 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:

  • AgenticFS (at the file system level)

    • AgenticFSReadIops: AgenticFS read IOPS

    • AgenticFSWriteIops: AgenticFS write IOPS

    • AgenticFSReadThroughput: AgenticFS read throughput

    • AgenticFSWriteThroughput: AgenticFS write throughput

    • AgenticFSReadLatency: AgenticFS read latency

    • AgenticFSWriteLatency: AgenticFS write latency

    • AgenticFSMetaQps: AgenticFS metadata operation QPS

    • AgenticFSMetaLatency: AgenticFS metadata operation latency

  • AgenticFS (at the AgenticSpace level)

    • AgenticSpaceReadIops: AgenticSpace read IOPS

    • AgenticSpaceWriteIops: AgenticSpace write IOPS

    • AgenticSpaceReadThroughput: AgenticSpace read throughput

    • AgenticSpaceWriteThroughput: AgenticSpace write throughput

    • AgenticSpaceReadLatency: AgenticSpace read latency

    • AgenticSpaceWriteLatency: AgenticSpace write latency

    • AgenticSpaceMetaQps: AgenticSpace metadata operation QPS

    • AgenticSpaceMetaLatency: AgenticSpace metadata operation latency

Dimensions

A JSON map that specifies the resource to monitor.

For metrics at the file system level, use the following format: {"userId":"xxxxxx","fileSystemId":"xxxxx"}

For metrics at the AgenticSpace level, use the following format: {"userId":"xxxxxx","fileSystemId":"xxxxx","AgenticSpaceId":"xxxxx"}

Note

The value of this parameter must be a JSON string, and the keys must be in the specified order.

Related operations

  • Create an alert rule to receive notifications about abnormal data. This helps engineers respond to and resolve issues faster and restore services sooner. For more information, see Configure basic alert rules.

  • You can also create an application group for multiple file systems. This helps you manage alert rules and view monitoring data at the group level, reduces management complexity, and improves monitoring efficiency. For more information, see Create an application group.

  • You can also use the FIO tool to test the throughput and IOPS of your file system. For more information, see NAS performance test.

FAQ

For more frequently asked questions about NAS performance, see Performance FAQ.