Last active
November 24, 2015 14:41
-
-
Save dmitriynet/5d6dc5cc39ac3fe8e61c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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