Skip to content

Commit cb4ab8b

Browse files
authored
statements: add network traffic related stats in statments summary table (#20469)
1 parent f5f350a commit cb4ab8b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

statement-summary-tables.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,17 @@ Fields related to Resource Control:
415415
- `MAX_QUEUED_RC_TIME`: the maximum waiting time for available RU when executing SQL statements.
416416
- `RESOURCE_GROUP`: the resource group bound to SQL statements.
417417

418+
Fields related to network traffic:
419+
420+
- `SUM_UNPACKED_BYTES_SENT_TIKV_TOTAL`: total bytes sent from SQL statements to TiKV.
421+
- `SUM_UNPACKED_BYTES_RECEIVED_TIKV_TOTAL`: total bytes received by SQL statements from TiKV.
422+
- `SUM_UNPACKED_BYTES_SENT_TIKV_CROSS_ZONE`: bytes sent from SQL statements to TiKV across availability zones.
423+
- `SUM_UNPACKED_BYTES_RECEIVED_TIKV_CROSS_ZONE`: bytes received by SQL statements from TiKV across availability zones.
424+
- `SUM_UNPACKED_BYTES_SENT_TIFLASH_TOTAL`: total bytes sent from SQL statements to TiFlash, including bytes sent between TiFlash nodes.
425+
- `SUM_UNPACKED_BYTES_RECEIVED_TIFLASH_TOTAL`: total bytes received by SQL statements from TiFlash, including bytes received between TiFlash nodes.
426+
- `SUM_UNPACKED_BYTES_SENT_TIFLASH_CROSS_ZONE`: bytes sent from SQL statements to TiFlash across availability zones, including bytes sent between TiFlash nodes across availability zones.
427+
- `SUM_UNPACKED_BYTES_RECEIVED_TIFLASH_CROSS_ZONE`: bytes received by SQL statements from TiFlash across availability zones, including bytes received between TiFlash nodes across availability zones.
428+
418429
### `statements_summary_evicted` fields description
419430

420431
- `BEGIN_TIME`: Records the starting time.

0 commit comments

Comments
 (0)