Tools for monitoring MySQL
The first version of this tool was written in 2014/2015 (see v1 branch). The second version is a rewrite in 2022.
Currently there is a single tool, 'myq_status'. More tools may be added in the future.
- myq_status: Iostat-like views of MySQL SHOW GLOBAL STATUS variables. Use '-help' to get more detail on available views.
- Clone this repo
- cd /myq-status
- go install