Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created September 25, 2015 16:54
Show Gist options
  • Save rushipkar90/d4ef67c7980eb0b09956 to your computer and use it in GitHub Desktop.
Save rushipkar90/d4ef67c7980eb0b09956 to your computer and use it in GitHub Desktop.
mysql.sh
#!/bin/sh
mysqladmin proc stat | grep -v + | cut -d "|" -f3 | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment