hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

Add compressed ZFS ARC statistics #937

Open Mno-hime opened 5 years ago

Mno-hime commented 5 years ago

https://github.com/hishamhm/htop/pull/920 by @overhacked provides a way to display ZFS ARC stats in htop. I'd like htop to also display compressed ZFS ARC stats top in FreeBSD and OpenIndiana has, here's the code and how it looks like: https://github.com/OpenIndiana/oi-userland/pull/5231.

@ninefathom FYI.

ghost commented 5 years ago

New release in the usual place, as 220-sunos_11-p3

Mno-hime commented 5 years ago

Thanks @ninefathom: https://github.com/OpenIndiana/oi-userland/pull/5288.

grahamperrin commented 4 years ago

Looking forward to this.

In the meantime, on FreeBSD-CURRENT I use zfs-stats; any better suggestion? TIA