tencent cloud

Tencent Cloud Observability Platform

Release Notes and Announcements
Release Notes
Product Introduction
Overview
Strengths
Basic Features
Basic Concepts
Use Cases
Use Limits
Purchase Guide
Tencent Cloud Product Monitoring
Application Performance Management
Mobile App Performance Monitoring
Real User Monitoring
Cloud Automated Testing
Prometheus Monitoring
Grafana
EventBridge
PTS
Quick Start
Monitoring Overview
Instance Group
Tencent Cloud Product Monitoring
Application Performance Management
Real User Monitoring
Cloud Automated Testing
Performance Testing Service
Prometheus Getting Started
Grafana
Dashboard Creation
EventBridge
Alarm Service
Cloud Product Monitoring
Tencent Cloud Service Metrics
Operation Guide
CVM Agents
Cloud Product Monitoring Integration with Grafana
Troubleshooting
Practical Tutorial
Application Performance Management
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Parameter Information
FAQs
Mobile App Performance Monitoring
Overview
Operation Guide
Access Guide
Practical Tutorial
Tencent Cloud Real User Monitoring
Product Introduction
Operation Guide
Connection Guide
FAQs
Cloud Automated Testing
Product Introduction
Operation Guide
FAQs
Performance Testing Service
Overview
Operation Guide
Practice Tutorial
JavaScript API List
FAQs
Prometheus Monitoring
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Terraform
FAQs
Grafana
Product Introduction
Operation Guide
Guide on Grafana Common Features
FAQs
Dashboard
Overview
Operation Guide
Alarm Management
Console Operation Guide
Troubleshooting
FAQs
EventBridge
Product Introduction
Operation Guide
Practical Tutorial
FAQs
Report Management
FAQs
General
Alarm Service
Concepts
Monitoring Charts
CVM Agents
Dynamic Alarm Threshold
CM Connection to Grafana
Documentation Guide
Related Agreements
Application Performance Management Service Level Agreement
APM Privacy Policy
APM Data Processing And Security Agreement
RUM Service Level Agreement
Mobile Performance Monitoring Service Level Agreement
Cloud Automated Testing Service Level Agreement
Prometheus Service Level Agreement
TCMG Service Level Agreements
PTS Service Level Agreement
PTS Use Limits
Cloud Monitor Service Level Agreement
API Documentation
History
Introduction
API Category
Making API Requests
Monitoring Data Query APIs
Alarm APIs
Legacy Alert APIs
Notification Template APIs
TMP APIs
Grafana Service APIs
Event Center APIs
TencentCloud Managed Service for Prometheus APIs
Monitoring APIs
Data Types
Error Codes
Glossary

Layer-4 CLB

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2024-01-27 17:52:39

Namespace

Namespace=QCE/ECM_LB

Monitoring Metrics

Parameter
Meaning
Description
Unit
Statistical Periods
ConNum
Current connections
Number of connections on the CLB or its listeners in the statistical period
Connections
60s, 300s, 3600s, 86400s
NewConn
New connections
Number of newly established connections on the CLB or its listeners in the statistical period
Connections/sec
60s, 300s, 3600s, 86400s
InPkg
Inbound packets
Number of request data packets received by the CLB per second in the statistical period
Packets/sec
10s, 60s, 300s, 3600s, 86400s
InTraffic
Inbound bandwidth
Bandwidth used by the client to access the CLB via public networks in the statistical period
Mbps
10s, 60s, 300s, 3600s, 86400s
OutPkg
Outbound packets
Number of data packets sent by the CLB per second in the statistical period
Packets/sec
10s, 60s, 300s, 3600s, 86400s
OutTraffic
Outbound bandwidth
Bandwidth used by the CLB to access public networks in the statistical period
Mbps
10s, 60s, 300s, 3600s, 86400s
Note:
Statistical periods (Period) may vary from metric to metric. You can get the periods different metrics support by calling the DescribeBaseMetrics API.

Dimensions and 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: vip.
Instances.N.Dimensions.0.value
vip
A CLB VIP
Enter an IP address, e.g., 111.111.111.11.
Instances.N.Dimensions.1.name
loadBalancerPort
Dimension name of the CLB port
Enter a string-type dimension name: loadBalancerPort.
Instances.N.Dimensions.1.value
loadBalancerPort
A CLB listener port
Enter a port number, e.g., 80.
Instances.N.Dimensions.2.name
protocol
Dimension name of the listener protocol
Enter a string-type dimension name: protocol.
Instances.N.Dimensions.2.value
protocol
A listener protocol
Enter a protocol, e.g., TCP or UDP.
Instances.N.Dimensions.3.name
vpcId
Dimension name of the VPC ID
Enter a string-type dimension name: vpcId.
Instances.N.Dimensions.3.value
vpcId
VPC ID of the CLB instance
Enter a VPC ID, e.g., vpc-1ywqac83.
Instances.N.Dimensions.4.name
lanIp
Dimension name of the IP address of the real server
Enter a string-type dimension name: lanIp.
Instances.N.Dimensions.4.value
lanIp
Private IP address of the real server
Enter an IP address, e.g., 10.12.111.22.
Instances.N.Dimensions.5.name
port
Dimension name of the real server port
Enter a string-type dimension name: port.
Instances.N.Dimensions.5.Value
port
Service port number of the real server
Enter a port number, e.g., 80.

Input Parameters

You can query the monitoring data of CLB instances in four dimensions, the input parameters for which are as follows:

1. Query at the instance-level

&Namespace: QCE/ECM_LB &Instances.N.Dimensions.0.Name=vip &Instances.N.Dimensions.0.Value=VIP of the CLB instance

2. Query at the listener-level

&Namespace: QCE/ECM_LB &Instances.N.Dimensions.0.Name=vip &Instances.N.Dimensions.0.Value=VIP of the CLB instance &Instances.N.Dimensions.1.Name=loadBalancerPort &Instances.N.Dimensions.1.Value=Listener port number &Instances.N.Dimensions.2.Name=protocol &Instances.N.Dimensions.2.Value=Protocol

3 Query at the real server-level

&Namespace: QCE/ECM_LB &Instances.N.Dimensions.0.Name=vip &Instances.N.Dimensions.0.Value=VIP of the CLB instance &Instances.N.Dimensions.1.Name=loadBalancerPort &Instances.N.Dimensions.1.Value=Listener port number &Instances.N.Dimensions.2.Name=protocol &Instances.N.Dimensions.2.Value=Protocol &Instances.N.Dimensions.3.Name=vpcId &Instances.N.Dimensions.3.Value=VPC ID of the CLB instance &Instances.N.Dimensions.4.Name=lanIp &Instances.N.Dimensions.4.Value=Private IP address of the real server

4. Query at the real server port-level

&Namespace: QCE/ECM_LB &Instances.N.Dimensions.0.Name=vip &Instances.N.Dimensions.0.Value=VIP of the CLB instance &Instances.N.Dimensions.1.Name=loadBalancerPort &Instances.N.Dimensions.1.Value=Listener port number &Instances.N.Dimensions.2.Name=protocol &Instances.N.Dimensions.2.Value=Protocol &Instances.N.Dimensions.3.Name=vpcId &Instances.N.Dimensions.3.Value=VPC ID of the CLB instance &Instances.N.Dimensions.4.Name=lanIp &Instances.N.Dimensions.4.Value=Private IP address of the real server &Instances.N.Dimensions.5.Name=port &Instances.N.Dimensions.5.Value=Service port number of the real server

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan