Dolphie new open source monitoring tools for MySQL DBAs

Welcome to Dolphie, new open source CLI monitoring tool for MySQL DBAs. It’s an alternative to innotop and very easy to use, more details on the #github repo https://lnkd.in/gyFVHxrx

Installation

Requires Python 3.8+

Using PyPi

$ pip install dolphie

Using Poetry

$ curl -sSL https://install.python-poetry.org | python3 – $ poetry install

Using Homebrew

If you are a Homebrew user, you can install dolphie via$ brew install dolphie

Using Docker

$ docker pull ghcr.io/charles-001/dolphie:latest $ docker run -dit –name dolphie ghcr.io/charles-001/dolphie:latest $ docker exec -it dolphie dolphie -h host.docker.internal -u root –ask-pass

Leave a comment