upvote
Yup, btop zealot here, it even replaced iStatMenu on my brand new MacBook ..
reply
Oh wow, now I gotta check it out.
reply
Same. Btop is the best
reply
Well, unless one is using FreeBSD or OpenBSD, where the btop code is still using 32-bit integers to calculate 64-bit sizes, and falling prey to unsigned integer wraparound. htop's code calculates using size_t, which ends up as a 64-bit integer on 64-bit architectures.

* https://news.ycombinator.com/item?id=48778757 (https://crocidb.com/post/freebsd-ate-my-ram/)

* https://github.com/aristocratos/btop/pull/1728

reply
deleted
reply