Created
July 26, 2021 14:58
-
-
Save tlhakhan/8554cbb8ea2ad8142f7fb7eee352adef to your computer and use it in GitHub Desktop.
Watching evictabe stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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