Skip to content

Tools for monitoring MySQL (successor to myq_gadgets)

License

Notifications You must be signed in to change notification settings

jayjanssen/myq-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 /cli/myq-status
  3. go install