Created
October 7, 2016 17:47
-
-
Save krakatoa/fb49e728a5a84edffe81b05f4eef0338 to your computer and use it in GitHub Desktop.
FS status
This file contains hidden or 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
1468 while true; do fs_cli -x "db_cache status" | grep "^[0-9]* total"; sleep 1; done] | |
1494 while true; do echo "`date` : `fs_cli -x 'status' | grep '^[0-9]* session(s) per Sec'`"; sleep 2; rm -rf *; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment