Skip to content

Instantly share code, notes, and snippets.

@gamefiend
Created January 6, 2012 03:19
Show Gist options
  • Save gamefiend/1568780 to your computer and use it in GitHub Desktop.
Save gamefiend/1568780 to your computer and use it in GitHub Desktop.
Monitoring: grab Queries per second from mytop
PATH=$PATH:/opt/bin/
mytop -b | grep qps | cut -d':' -f 3 | cut -d' ' -f 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment