Skip to content

Instantly share code, notes, and snippets.

@krakatoa
Created October 7, 2016 17:47
Show Gist options
  • Save krakatoa/fb49e728a5a84edffe81b05f4eef0338 to your computer and use it in GitHub Desktop.
Save krakatoa/fb49e728a5a84edffe81b05f4eef0338 to your computer and use it in GitHub Desktop.
FS status
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