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 | InnoDB Dashboard |
---|---|
![]() |
![]() |
Memory Dashboard | Error Log Dashboard |
---|---|
![]() |
![]() |
![]() |
![]() |
Demo (0.1.1) on MacOS (thank you @datacharmer):
./innotopgo mysql://<username>:<password>@<host>:3306
example:
./innotopgo mysql://root:password@localhost:3306
Press ? within innotopgo application.