Skip to content

Instantly share code, notes, and snippets.

@jonathanschilling
Created September 20, 2023 13:46
Show Gist options
  • Save jonathanschilling/76e878ad41d479b3e82132d1ba3bbe77 to your computer and use it in GitHub Desktop.
Save jonathanschilling/76e878ad41d479b3e82132d1ba3bbe77 to your computer and use it in GitHub Desktop.
Watch progress of sync in Linux
#!/bin/bash
watch "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