Skip to content

Instantly share code, notes, and snippets.

@farshidce
Created January 5, 2012 00:49
Show Gist options
  • Save farshidce/1563110 to your computer and use it in GitHub Desktop.
Save farshidce/1563110 to your computer and use it in GitHub Desktop.
rm -rf ~/capture.out
while [ 1 ]
do
date >> ~/capture.out
/opt/couchbase/bin/cbstats localhost:11210 timings >> ~/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