Namespace
Namespace=QCE/BM_INTRA_LB
Monitoring Metrics
|
| | |
| | |
| | |
| | |
| Number of current connections (for the layer-4 listener) | |
| Number of requests (for the layer-7 listener) | |
Note:
The statistical granularity (period
) may vary for different metrics. You can obtain the period
supported by each metric by calling DescribeBaseMetrics. You can query the monitoring metrics of a BM private network CLB instance from multiple dimensions. For more information, see Input Parameters. Overview of Parameters in Each Dimension
|
Instances.N.Dimensions.0.Name | | Dimension name of the CLB VIP | Enter a string-type dimension name, such as vip. |
Instances.N.Dimensions.0.Value | | | Enter a specific IP address, such as 111.111.111.11. |
Instances.N.Dimensions.1.Name | | Dimension name of the protocol value | Enter a string-type dimension name, such as protocol. |
Instances.N.Dimensions.1.Value | | | Enter a specific protocol value, such as tcp. Possible values: tcp, udp, http, and https |
Instances.N.Dimensions.2.Name | | Dimension name of the CLB port | Enter a string-type dimension name, such as loadBalancerPort. |
Instances.N.Dimensions.2.Value | | | Enter a specific port number, such as 80. |
Instances.N.Dimensions.3.Name | | Dimension name of the IP address of the real server | Enter a string-type dimension name, such as lanIp. |
Instances.N.Dimensions.3.Value | | IP address of the real server | Enter a specific IP address, such as 11.22.33.44. |
Instances.N.Dimensions.4.Name | | Dimension name of the port of the real server | Enter a string-type dimension name, such as rsPort. |
Instances.N.Dimensions.4.Value | | | Enter a specific port number of the real server, such as 8080. |
Instances.N.Dimensions.5.Name | | 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 | | 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 the VPC ID from the vpcId field returned by the API for querying the VPC list. |
BM private network CLB allows you to obtain the monitoring data at the following four levels:
CLB, listener, listener server, and listener server port.
1. To obtain the monitoring data at the CLB level, set the input parameters as follows:
&Namespace=QCE/BM_INTRA_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=VIP of the CLB instance
&Instances.N.Dimensions.1.Name=vpcId
&Instances.N.Dimensions.1.Value=Integer ID of the VPC instance to which the CLB instance belongs
2. To obtain the monitoring data at the listener level, set the input parameters as follows:
&Namespace=QCE/BM_INTRA_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=VIP of the CLB instance
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=Protocol value
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=Port of the CLB instance
&Instances.N.Dimensions.3.Name=vpcId
&Instances.N.Dimensions.3.Value=Integer ID of the VPC instance to which the CLB instance belongs
3. To obtain the monitoring data at the listener server level, set the input parameters as follows:
&Namespace=QCE/BM_INTRA_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=VIP of the CLB instance
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=Protocol value
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=Port of the CLB instance
&Instances.N.Dimensions.3.Name=lanIp
&Instances.N.Dimensions.3.Value=IP address of the real server
&Instances.N.Dimensions.4.Name=vpcId
&Instances.N.Dimensions.4.Value=Integer ID of the VPC instance to which the CLB instance belongs
4. To obtain the monitoring data at the listener server port level, set the input parameters as follows:
&Namespace=QCE/BM_INTRA_LB
&Instances.N.Dimensions.0.Name=vip
&Instances.N.Dimensions.0.Value=VIP of the CLB instance
&Instances.N.Dimensions.1.Name=protocol
&Instances.N.Dimensions.1.Value=Protocol value
&Instances.N.Dimensions.2.Name=loadBalancerPort
&Instances.N.Dimensions.2.Value=Port of the CLB instance
&Instances.N.Dimensions.3.Name=lanIp
&Instances.N.Dimensions.3.Value=IP address of the real server
&Instances.N.Dimensions.4.Name=rsPort
&Instances.N.Dimensions.4.Value=Port of the real server
&Instances.N.Dimensions.5.Name=vpcId
&Instances.N.Dimensions.5.Value=Integer ID of the VPC instance to which the CLB instance belongs
Was this page helpful?