Skip to content

Instantly share code, notes, and snippets.

@markwu
Forked from cpliakas/Mysqltop
Created March 21, 2017 07:06
Show Gist options
  • Select an option

  • Save markwu/721d3f566c9f0ee85bba7fcc69db4ad7 to your computer and use it in GitHub Desktop.

Select an option

Save markwu/721d3f566c9f0ee85bba7fcc69db4ad7 to your computer and use it in GitHub Desktop.
Mysql top
#!/bin/bash
watch -n 5 --differences mysqladmin processlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment