tencent cloud

TDSQL Boundless

Release Notes
Product Introduction
Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
Kernel Features
Kernel Overview
Kernel Version Release Notes
Functionality Features
Performance Features
Billing
Billing Overview
Purchase Method
Pricing Details
Renewal
Overdue Payments
Refund
Getting Started
Creating an Instance
Connect to Instances
User Guide
Data Migration
Data Subscription
Instance Management
Configuration Change
Parameter Configuration
Account Management
Security Group
Backup and Restoration
Database Auditing
Tag Management
Use Cases
Technical Evolution and Usage Practices of Online DDL
Lock Mechanism Analysis and Troubleshooting Practices
Data Intelligent Scheduling and Related Practices for Performance Optimization
TDSQL Boundless Selection Guide and Practical Tutorial
Developer Guide
Developer Guide (MySQL Compatibility Mode)
Developer Guide (HBase Compatibility Mode)
Performance Tuning
Performance Tuning Overview
SQL Tuning
DDL Tuning
Performance White Paper
Performance Overview
TPC-C Test
Sysbench Test
API Documentation
History
Introduction
API Category
Making API Requests
Instance APIs
Security Group APIs
Task APIs
Backup APIs
Rollback APIs
Parameter APIs
Database APIs
Data Types
Error Codes
General Reference
System Architecture
SQL Reference
Database Parameter Description
TPC-H benchmark data model reference
Error Code Information
Security and Compliance
FAQs
Agreements
Service Level Agreement
Terms of Service
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

LOGSERVICE_STAT

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-02-10 11:06:28

Function

View of the current status information for LogService.

Field Description

Field Name
Type
Description
client_type
varchar(64)
LogService type.
sid
bigint unsigned
LogService unique ID.
product_msgs
bigint unsigned
Number of generated messages.
send_success_msgs
bigint unsigned
Number of successfully sent messages
consume_msgs
bigint unsigned
Number of consumed messages.
msg_count_in_conflict_detector
bigint unsigned
Number of messages in cache of the conflict processor (MySQL Client mode only).
unconsumed_msg_count
bigint unsigned
Number of messages in global cache (MySQL Client mode only).
send_avg_ms
bigint unsigned
Messages sent per millisecond.
send_lastest_ms
bigint unsigned
Number of messages sent in the latest millisecond.
send_kb_total
bigint unsigned
Total data sent (in KB).
send_avg_kb_per_second
bigint unsigned
Data sent per second (KB).

Examples

tdsql> SELECT * FROM LOGSERVICE_STAT\\G
*************************** 1. row ***************************
client_type: MYSQL
sid: 29472565546188807
product_msgs: 112313
send_success_msgs: 112313
consume_msgs: 0
msg_count_in_conflict_detector: 0
unconsumed_msg_count: 0
send_avg_ms: 1657588598
send_lastest_ms: 270
consume_avg_ms: 0
consume_lastest_ms: 0
send_kb_total: 26087
send_avg_kb_per_second: 0
1 row in set (0.00 sec)

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백