Skip to content

Instantly share code, notes, and snippets.

@justinhennessy
Created October 14, 2015 03:24
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 justinhennessy/644fe4d9c13454c24f2d to your computer and use it in GitHub Desktop.
Save justinhennessy/644fe4d9c13454c24f2d to your computer and use it in GitHub Desktop.
DB test
#!/bin/sh
while [ 1 ]; do
mysql -e 'select count(id) from <table>;' -h <db host> -u admin -p<password> <db>
TZ="Australia/Brisbane" echo "`date`"
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment