show_status
Retrieve MySQL/MariaDB global status counters to diagnose performance issues, with optional pattern filtering for specific metrics.
Instructions
[READ] Global status counters (SHOW GLOBAL STATUS).
Args: pattern: Optional substring to filter counter names (e.g. 'Threads', 'Innodb_buffer_pool'). target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| pattern | No |