
# 网络指标及其维度
表1网络指标 
| 指标名称                                           | 指标含义                       | 取值范围 | 单位            |
|:---|:---|:---|:---|
| 下行Bps（aom_node_network_receive_bytes）          | 该指标用于统计测试对象的入方向网络流速。       | ≥0   | 字节/秒（Byte/s）  |
| 下行Pps（aom_node_network_receive_packets）        | 每秒网卡接收的数据包个数。              | ≥0   | 个/秒（Packet/s） |
| 下行错包率（aom_node_network_receive_error_packets）  | 每秒网卡接收的错误包个数。              | ≥0   | 个/秒（Count/s）  |
| 上行Bps（aom_node_network_transmit_bytes）         | 该指标用于统计测试对象的出方向网络流速。       | ≥0   | 字节/秒（Byte/s）  |
| 上行错包率（aom_node_network_transmit_error_packets） | 每秒网卡发送的错误包个数。              | ≥0   | 个/秒（Count/s）  |
| 上行Pps（aom_node_network_transmit_packets）       | 每秒网卡发送的数据包个数。              | ≥0   | 个/秒（Packet/s） |
| 总Bps（aom_node_network_total_bytes）             | 该指标用于统计测试对象出方向和入方向的网络流速之和。 | ≥0   | 字节/秒（Byte/s）  |
   
表2网络指标维度 
| 维度        | 说明       |
|:---|:---|
| clusterId | 集群ID。    |
| hostID    | 主机ID。    |
| nameSpace | 集群的命名空间。 |
| netDevice | 网卡名称。    |
| nodeIP    | 主机IP。    |
| nodeName  | 主机名称。    |
   
