Show USB Write Cache

To show USB write cache bytes 'to be written' run:

grep -e Dirty: -e Writeback: /proc/meminfo

As an alias:
alias usbcache='watch grep -e Dirty: -e Writeback: /proc/meminfo'


Revision #1
Created 2025-12-02 21:40:28 UTC by Setinum
Updated 2025-12-02 21:40:28 UTC by Setinum