bottom
bottom copied to clipboard
ZFS ARC stats
Describe the feature request
I recently was trying to figure out why my RAM usage is so high despite having no processes that sum anywhere near it. I figure its probably ARC. Googling for how to check the size indicates some folks are using this:
https://github.com/hishamhm/htop/pull/920
A reddit post contains a link to this screenshot showing arc stats in htop: https://i.imgur.com/KhdZfDu.png.
Does it make sense to make include that in bottom?
cc: @ClementTsang I might try to tackle this soon, any thoughts about it? I'm also interested in maybe surfacing the count of scrub errors from the pool status.
Sure! I would definitely be interested in it.
whoa this is great! apparently it's in the default config now or nixpkgs has enabled it! Thanks @jamartin9 !