add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/mytop.md Normal file
View File

@@ -0,0 +1,20 @@
# 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`