mytop

Display MySQL server performance info like top. More information: <http://jeremy.zawodny.com/mysql/mytop/mytop.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y mytop
Ubuntu
RUN apt-get update && \ apt-get install -y mytop
Arch Arch Linux
RUN pacman -S --noconfirm mytop
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mytop
Fedora
RUN dnf install -y mytop
Raspbian
RUN apt-get update && \ apt-get install -y mytop
click the source code to copy install mytop on any operating system with command-not-found.com