Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.49 KB

Innotop Go

Innotop for MySQL 8 written in Go

Project started to learn Go and doing something useful (I hope).

Additionally the official Innotop written in Perl became very hard to maintain.

Main Processlist Screen

Screenshot from 2021-04-06 18-57-56

InnoDB Dashboard

Screenshot from 2021-04-07 23-20-20

Memory Dashboard

Screenshot from 2021-04-10 13-16-26

Error Log Dashboard

Selection_084

Locking Info

Screenshot from 2021-07-15 22-20-45

Screenshot from 2021-07-15 22-21-00

Demo

Demo (0.1.1) on MacOS (thank you @datacharmer):

innotopgo

Connect

    ./innotopgo mysql://<username>:<password>@<host>:3306

example:

    ./innotopgo mysql://root:password@localhost:3306

Help

Press ? within innotopgo application.