Files
tldr/pages.zh/common/mytop.md

20 lines
443 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mytop
> 显示 MySQL 服务器性能信息,类似于 `top`。
> 更多信息:<https://jeremy.zawodny.com/mysql/mytop/mytop.html>。
- 启动 `mytop`
`mytop`
- 使用指定的用户名和密码连接:
`mytop -u {{user}} -p {{password}}`
- 使用指定的用户名连接(系统会提示输入密码):
`mytop -u {{user}} --prompt`
- 不显示任何空闲(睡眠)线程:
`mytop -u {{user}} -p {{password}} --noidle`