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