mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
mytop: add page (#2741)
This commit is contained in:
parent
c9321ff71a
commit
bcd42b5052
1 changed files with 20 additions and 0 deletions
20
pages/common/mytop.md
Normal file
20
pages/common/mytop.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# mytop
|
||||
|
||||
> Display MySQL server performance info like `top`.
|
||||
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue