Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
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). |
tdsql> SELECT * FROM LOGSERVICE_STAT\\G*************************** 1. row ***************************client_type: MYSQLsid: 29472565546188807product_msgs: 112313send_success_msgs: 112313consume_msgs: 0msg_count_in_conflict_detector: 0unconsumed_msg_count: 0send_avg_ms: 1657588598send_lastest_ms: 270consume_avg_ms: 0consume_lastest_ms: 0send_kb_total: 26087send_avg_kb_per_second: 01 row in set (0.00 sec)
피드백