Created
February 22, 2011 11:14
-
-
Save riywo/838525 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
while : ; do echo -n "`date` "; mysql -e 'show global status like "Queries";' | grep Queries; sleep 1; done | tee queries.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment