ECS flavors are named in the "AB.C.D" format.
Example: s2.medium.4
The format is defined as follows:
When creating an ECS, you can view the flavors in the flavor list.
ECS supports hyper-threading, which enables two threads to run concurrently on a single CPU core. Each thread is represented as a virtual CPU (vCPU) and a CPU core contains two vCPUs (logical cores).
Hyper-threading is enabled for most ECS flavors by default. If hyper-threading is disabled during the ECS creation or flavor change, the number of vCPUs queried from the ECS is half of the number of vCPUs defined by the ECS flavor.
For example, a 2-core physical CPU contains 4 vCPUs (threads).
Network QoS uses basic technologies to improve the quality of network communication. A network with QoS enabled offers predictable network performance and effectively allocates network bandwidth to use network resources.
To obtain the QoS data of an ECS flavor, including the maximum bandwidth, assured bandwidth, maximum intranet PPS, and NIC multi-queue, see A Summary List of ECS Specifications.
PPS: packets per second, indicates the number of packets sent per second. It is usually used to measure the network performance.