Skip to content

Instantly share code, notes, and snippets.

@dmitriynet
Last active November 24, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitriynet/5d6dc5cc39ac3fe8e61c to your computer and use it in GitHub Desktop.
Save dmitriynet/5d6dc5cc39ac3fe8e61c to your computer and use it in GitHub Desktop.
lsof -i :9000
tcpdump -nn "port 9000"
watch -n1 'mysql -u "username" -pPASSW --exec="SHOW PROCESSLIST"' // REALTIME PROCESS LIST MYSQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment