All Products
Search
Document Center

Cloud Parallel File Storage:View the performance monitoring data of a CPFS file system

Last Updated:Dec 17, 2024

Through the performance monitoring feature, you can view the performance overview of read and write IOPS, read and write throughput, and other metrics of file systems or data flows in real-time. This topic describes how to view the performance monitoring data of a CPFS intelligent file system.

Prerequisites

Use the file storage 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 a region.

  4. On the Performance Monitoring page, perform the following operations to view the performance monitoring details of the specified file system.

    1. In the File System Type drop-down list, select CPFS Intelligent Edition.

    2. Select the ID of the file system from the File System ID drop-down list.

    3. Select the query time (1hour Hour, 1day Day, 7 Days, 14 Days,Current Month, Last Month) or select the desired date range in the custom time box. The time range cannot exceed 30 days.

    4. Select the All or Data Flow tab to view the performance of the file system or the import and export tasks of data flows.

Use the CloudMonitor console

  1. Log on to the CloudMonitor console.

  2. In the left navigation bar, select Cloud Resource Monitoring > Cloud Service Monitoring.

  3. On the Cloud Service Monitoring page, enter CPFS and click Cloud Parallel File Storage.

  4. On the Cloud Parallel File Storage page, select a region and click the Operation column of the target file system to view the Monitoring Chart.

  5. On the Monitoring Chart details page, select the File System Monitoring tab to view the monitoring details of the target file system.

Use the CloudMonitor API

The monitoring data of CPFS can also be queried through the CloudMonitor API. The main APIs are as follows.

  • DescribeMetricMetaList: Queries the description of time-series metric items opened by CloudMonitor.

  • DescribeMetricList: Queries the time-series metric monitoring data of cloud services within a specified time range.

  • DescribeMetricLast: Queries the latest monitoring data of a specified monitored object.

The request parameters of CPFS are described in the following table.

Name

Description

Namespace

The data namespace of the Alibaba Cloud service. The namespace for CPFS is acs_nas.

MetricName

The name of the metric. Valid values are as follows:

  • File System

    • IopsRead

    • IopsWrite

    • LatencyRead

    • LatencyWrite

    • QpsMeta

    • ThruputRead

    • ThruputWrite

  • Data Flow

    • ThroughputImport

    • ThroughputExport

    • QPSImportMeta

    • QPSExportMeta

    • IOPSImport

    • IOPSExport

    • LatencyImport

    • LatencyExport

Dimensions

The dimensions that specify the resources whose monitoring data you want to query. The format is as follows: {"userId":"xxxxxx","fileSystemId":"bmcpfs-xxxxx".

Note

Dimensions must be formatted as a JSON string in a specified order.

Related operations

  • You can configure alert rules to obtain information about exceptions in a timely manner. If an exception occurs, the technical support personnel can process the exception to resume business at the earliest opportunity. For more information, see Configure basic alert rules.

  • You can create groups to categorize multiple file systems. Then, you can manage alert rules and view monitoring data based on the groups. This reduces the management complexity and improves the monitoring efficiency. For more information, see Create application groups.