mysql_global_status
Display MySQL server status variables to assess database performance and identify issues. Filter results by variable name for specific monitoring.
Instructions
Show server status variables in MySQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Pattern to filter variable names (e.g. 'Threads_%' or 'Qcache_%'). | |
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |