System Grab Bag

View all TLDR pages from common (or from all pages)

mytop

Display MySQL server performance info like top. More information: http://jeremy.zawodny.com/mysql/mytop/mytop.html.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.