mytop
Display MySQL server performance info like top. More information: <http://jeremy.zawodny.com/mysql/mytop/mytop.html>.
Install
- All systems
-
curl cmd.cat/mytop.sh
- Debian
-
apt-get install mytop - Ubuntu
-
apt-get install mytop - Arch Linux
-
pacman -S mytop - Kali Linux
-
apt-get install mytop - Fedora
-
dnf install mytop - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mytop - OS X
-
brew install mytop - Raspbian
-
apt-get install mytop
Display MySQL server performance info like top. More information: <http://jeremy.zawodny.com/mysql/mytop/mytop.html>.
-
Start `mytop`:
mytop -
Connect with a specified username and password:
mytop -u user -p password -
Connect with a specified username (the user will be prompted for a password):
mytop -u user --prompt -
Do not show any idle (sleeping) threads:
mytop -u user -p password --noidle
© tl;dr; authors and contributors