tencent cloud

TDSQL Boundless

LOGSERVICE_STAT

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 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)

Ajuda e Suporte

Esta página foi útil?

comentários