snippetbashTip
mytop — Display MySQL server performance info like `top`. More information: <https://jeremy.zawodny.com/mysq
Viewed 0 times
servercommandinfomytopclimysqlperformancedisplay
Problem
How to use the
mytop command: Display MySQL server performance info like top. More information: <https://jeremy.zawodny.com/mysql/mytop/mytop.html>.Solution
mytop — Display MySQL server performance info like top. More information: <https://jeremy.zawodny.com/mysql/mytop/mytop.html>.Start
mytop:mytopConnect with a specified username and password:
mytop {{[-u|-user]}} {{user}} {{[-p|-password]}} {{password}}Connect with a specified username (the user will be prompted for a password):
mytop {{[-u|-user]}} {{user}} -promptDo not show any idle (sleeping) threads:
mytop {{[-u|-user]}} {{user}} {{[-p|-password]}} {{password}} --noidleCode Snippets
Start `mytop`
mytopConnect with a specified username and password
mytop {{[-u|-user]}} {{user}} {{[-p|-password]}} {{password}}Connect with a specified username (the user will be prompted for a password)
mytop {{[-u|-user]}} {{user}} -promptDo not show any idle (sleeping) threads
mytop {{[-u|-user]}} {{user}} {{[-p|-password]}} {{password}} --noidleContext
tldr-pages: common/mytop
Revisions (0)
No revisions yet.