Created
June 25, 2020 12:38
-
-
Save bkmeneguello/524d6523167d5bbf0817940a30215094 to your computer and use it in GitHub Desktop.
Flush disk and watch until done
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
#!/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