ps_check_lost_instrumentation
This page is part of MariaDB's Documentation.
The parent of this page is: Sys Database Tables for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
SCHEMA
VIEW `ps_check_lost_instrumentation` AS SELECT
`performance_schema`.`global_status`.`VARIABLE_NAME` AS `variable_name`,
`performance_schema`.`global_status`.`VARIABLE_VALUE` AS `variable_value`
FROM `performance_schema`.`global_status` where `performance_schema`.`global_status`.`VARIABLE_NAME` like 'perf%lost' and `performance_schema`.`global_status`.`VARIABLE_VALUE` > 0