Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 496 Bytes

myq-tools

Tools for monitoring MySQL

Project Status

The first version of this tool was written in 2014/2015 (see v1 branch). The second version is a rewrite in 2022.

Tools

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.

Running development/latest version

  1. Clone this repo
  2. cd /myq-status
  3. go install