Skip to content

Instantly share code, notes, and snippets.

@farshidce
Created January 5, 2012 01:11
Show Gist options
  • Save farshidce/1563168 to your computer and use it in GitHub Desktop.
Save farshidce/1563168 to your computer and use it in GitHub Desktop.
rm -rf ~/capture.out
while [ 1 ]
do
date >> ~/capture.out
./sqlite3_analyzer /mnt/ebs/default-data/default-1.mb >> ~/capture.out
sleep 1800
done
for 1 hr change sleep to 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment