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)
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários