Created
January 5, 2012 00:49
-
-
Save farshidce/1563110 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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