dotfiles/bin/watchsync

3 lines
214 B
Bash
Executable file

#!/usr/bin/env bash
# shellcheck disable=SC2016
watch -n1 'grep -E "(Dirty|Write)" /proc/meminfo; echo; ls /sys/block/ | while read -r device; do awk "{ print \"$device: \" \$9 }" "/sys/block/$device/stat"; done'