Skip to content

Instantly share code, notes, and snippets.

@sejima
Created February 18, 2016 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sejima/7e7d3d31341ee957d35a to your computer and use it in GitHub Desktop.
Save sejima/7e7d3d31341ee957d35a to your computer and use it in GitHub Desktop.
$ for i in {1..1000}; do mysql -e 'show engine innodb status\G' | sed -n '/SEMAPHORES/,/Spin rounds per wait/p'; sleep 1; done | tee sbtest_zip.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment