Skip to content

Instantly share code, notes, and snippets.

@tlhakhan
Created July 26, 2021 14:58
Watching evictabe stats
Every 1.0s: cat /proc/spl/kstat/zfs/arcstats | grep evictable | grep -E '^mru|^mfu' batfs0557: Mon Jul 26 10:57:53 2021
mru_evictable_data 4 0
mru_evictable_metadata 4 4096
mru_ghost_evictable_data 4 0
mru_ghost_evictable_metadata 4 0
mfu_evictable_data 4 0
mfu_evictable_metadata 4 0
mfu_ghost_evictable_data 4 0
mfu_ghost_evictable_metadata 4 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment