Namespace=QCE/BM_LB
Metric | Description | Unit |
---|---|---|
Inpkg | Inbound packets | Packets/sec |
Outpkg | Outbound packets | Packets/sec |
Intraffic | Inbound bandwidth | Mbps |
Outtraffic | Outbound bandwidth | Mbps |
Connum | Number of current connections (Layer-4 listener) | - |
Req | Number of requests (Layer-7 listener) | - |
Note:
- The statistical granularity (
period
) may vary by metrics. You can obtain theperiod
supported by each metric by calling the DescribeBaseMetrics API.- You can query the monitoring metrics of BM public network CLB in multiple dimensions. For more information, see Input Parameters.
Parameter | Dimension Name | Dimension Description | Format |
---|---|---|---|
Instances.N.Dimensions.0.Name | vip | Dimension name of the CLB VIP | Enter a string-type dimension name, such as vip |
Instances.N.Dimensions.0.Value | vip | CLB VIP | Enter a specific IP address, such as 111.111.111.11 |
Instances.N.Dimensions.1.Name | protocol | Dimension name of the protocol value | Enter a string-type dimension name, such as protocol |
Instances.N.Dimensions.1.Value | protocol | Protocol value | Enter a specific protocol value, such as tcp |
Instances.N.Dimensions.2.Name | loadBalancerPort | Dimension name of the CLB port | Enter a string-type dimension name, such as loadBalancerPort |
Instances.N.Dimensions.2.Value | loadBalancerPort | CLB port | Enter a specific port number, such as 80 |
Instances.N.Dimensions.3.Name | lanIp | Dimension name of the IP address of the real server | Enter a string-type dimension name, such as lanIp |
Instances.N.Dimensions.3.Value | lanIp | IP address of the real server | Enter a specific IP address, such as 11.22.33.44 |
Instances.N.Dimensions.4.Name | rsPort | Dimension name of the port of the real server | Enter a string-type dimension name, such as rsPort |
Instances.N.Dimensions.4.Value | rsPort | Port of the real server | Enter a specific port number of the real server, such as 8080 |
Instances.N.Dimensions.5.Name | vpcId | Dimension name of the integer ID of the VPC instance to which the CLB instance belongs | Enter a string-type dimension name, such as vpcId |
Instances.N.Dimensions.5.Value | vpcId | Integer ID of the VPC instance to which the CLB instance belongs | Enter a specific integer ID of the VPC instance to which the CLB instance belongs, such as 1. You can obtain it from the vpcId field returned by the qDescribeVpcs API |
To query the monitoring data of the BM public network CLB instance, configure input parameters as follows:
BM public network CLB allows you to obtain monitoring data at the following four levels:
CLB, listener, listener server, and listener server port.
1. To obtain monitoring data at the CLB level, configure input parameters as follows:
&Namespace=QCE/BM_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=
2. To obtain monitoring data at the listener level, configure input parameters as follows:
&Namespace=QCE/BM_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=
3. To obtain monitoring data at the listener server level, configure input parameters as follows:
&Namespace=QCE/BM_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=
&Instances.N.Dimensions.3.Name=lanIp
&Instances.N.Dimensions.3.Value=
&Instances.N.Dimensions.4.Name=vpcId
&Instances.N.Dimensions.4.Value=
4. To obtain monitoring data at the listener server port level, configure input parameters as follows:
&Namespace=QCE/BM_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=
&Instances.N.Dimensions.3.Name=lanIp
&Instances.N.Dimensions.3.Value=
&Instances.N.Dimensions.4.Name=rsPort
&Instances.N.Dimensions.4.Value=
&Instances.N.Dimensions.5.Name=vpcId
&Instances.N.Dimensions.5.Value=
Was this page helpful?