Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
information_schema.bvar_info system view is used to display all bvar statistical monitoring items in the TDSQL Boundless system.Field Name | Type | Description |
bvar_name | varchar(193) | the name of the bvar monitoring item |
bvar_value | varchar(193) | the value of the bvar monitoring item |
tdsql > SELECT * FROM information_schema.bvar_info LIMIT 1;+---------------+------------+| bvar_name | bvar_value |+---------------+------------+| bthread_count | 345 |+---------------+------------+1 row in set (0.02 sec)
피드백