dotfiles/bin/watchsync
2024-02-20 22:01:11 +02:00

2 lines
186 B
Bash
Executable file

#!/usr/bin/env bash
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'