metrics Sys Schema View
The metrics view consolidates key performance metrics from Global Status, InnoDB Metrics, and memory summaries into a single unified table.
Description
Column
Description
Example
SELECT * FROM sys.metrics\G
*************************** 1. row ***************************
Variable_name: aborted_clients
Variable_value: 0
Type: Global Status
Enabled: YES
*************************** 2. row ***************************
Variable_name: aborted_connects
Variable_value: 0
Type: Global Status
Enabled: YES
...
*************************** 578. row ***************************
Variable_name: trx_undo_slots_used
Variable_value: 0
Type: InnoDB Metrics - transaction
Enabled: YES
*************************** 579. row ***************************
Variable_name: NOW()
Variable_value: 2024-09-09 16:16:08.745
Type: System Time
Enabled: YES
*************************** 580. row ***************************
Variable_name: UNIX_TIMESTAMP()
Variable_value: 1725891368.745
Type: System Time
Enabled: YESPreviousmemory_by_host_by_current_bytes and x$memory_by_host_by_current_bytes ViewsNextprivileges_by_table_by_level Sys Schema View
Last updated
Was this helpful?

