https://github.com/lefred/innotopgo
Innotop for MySQL 8 written in Go
https://github.com/lefred/innotopgo
Last synced: over 1 year ago
JSON representation
Innotop for MySQL 8 written in Go
- Host: GitHub
- URL: https://github.com/lefred/innotopgo
- Owner: lefred
- License: gpl-2.0
- Created: 2021-04-02T13:08:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T15:21:47.000Z (over 2 years ago)
- Last Synced: 2025-03-27T09:52:01.116Z (over 1 year ago)
- Language: Go
- Size: 3.06 MB
- Stars: 57
- Watchers: 4
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

## InnoDB Dashboard

## Memory Dashboard

## Error Log Dashboard

## Locking Info


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

## Connect
```bash
./innotopgo mysql://:@:3306
```
example:
```bash
./innotopgo mysql://root:password@localhost:3306
```
## Help
Press ? within *innotopgo* application.