mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 19:04:55 +02:00
20 lines
433 B
Markdown
20 lines
433 B
Markdown
# mytop
|
|
|
|
> Display MySQL server performance info like `top`.
|
|
> More information: <http://www.mysqlfanboy.com/mytop-3>.
|
|
|
|
- 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`
|