Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Created June 25, 2020 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkmeneguello/524d6523167d5bbf0817940a30215094 to your computer and use it in GitHub Desktop.
Save bkmeneguello/524d6523167d5bbf0817940a30215094 to your computer and use it in GitHub Desktop.
Flush disk and watch until done
#!/usr/bin/env sh
sync &
watch -d grep -e Dirty: -e Writeback: /proc/meminfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment