Skip to content

Instantly share code, notes, and snippets.

@iamstoick
Last active October 26, 2017 05:07
Show Gist options
  • Save iamstoick/94e9bd953c01a4ce8dad to your computer and use it in GitHub Desktop.
Save iamstoick/94e9bd953c01a4ce8dad to your computer and use it in GitHub Desktop.
MySQL show processlist in realtime
watch -n1 'mysql -uUSER -pPASSWORD --execute="SHOW PROCESSLIST"'
@iamstoick
Copy link
Author

Oh yes. Thank for pointing out @tunggnu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment