Updated on 2022-02-22 GMT+08:00

AS Metrics

This section describes the monitoring metrics reported by AS to Cloud Eye and defines the namespace for the metrics. You can use Cloud Eye to query metrics and alarms generated by AS.

Table 1 AS metrics

Metric ID

Metric

Description

Value Range

Monitored Object & Dimension

Monitoring Interval (Raw Data)

cpu_util

CPU Usage

CPU usage of an AS group

Formula: Total CPU usage of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Percent

≥0%

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

mem_util

Memory Usage

Memory usage of an AS group

Formula: Total memory usage of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Percent

NOTE:

This metric is unavailable if the image has no VM Tools installed.

≥0%

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

network_outgoing_bytes_rate_inband

Inband Incoming Rate

Number of incoming bytes per second on an ECS in an AS group

Formula: Total inband incoming rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Byte/s

≥0 Byte/s

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

instance_num

Inband Outgoing Rate

Number of outgoing bytes per second on an ECS in an AS group

Formula: Total inband outgoing rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Byte/s

≥0

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

disk_read_bytes_rate

Disks Read Rate

Number of bytes read from an AS group per second

Formula: Total disks read rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Byte/s

≥0 Byte/s

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

disk_write_bytes_rate

Disks Write Rate

Number of bytes written to an AS group per second

Formula: Total disks write rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Byte/s

≥0 Byte/s

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

disk_read_requests_rate

Disks Read Requests

Number of read requests per second sent to an ECS disk in an AS group

Formula: Total disks read rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Request/s

≥0 request/s

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

disk_write_requests_rate

Disks Write Requests

Number of write requests per second sent to an ECS disk in an AS group

Formula: Total disks write rates of all ECSs in an AS group/Number of ECSs in the AS group

Unit: Request/s

≥0 request/s

Object: AS group

Dimension:

AutoScalingGroup

5 minutes

For details about whether your OS supports the Memory Usage, Inband Outgoing Rate, and Inband Incoming Rate metrics, see ECS Metrics.