106
Which one do you prefer? htop, btop or top?
(programming.dev)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I tend to go with
htop
purely out of habit.btop
is better but I simply don't think to use it.Why do you think that? After this post, I will try out both of them but maybe eventually I will still just use
top
out of, same as you bro, habit.I find
htop
to be far more legible, the white blocks oftop
aren't for me.btop
just seems a bit too much for my use, so I never caught on to it. I do believebtop
to be better however, since the point of these programs is to see detailed statistics about your system and running programs.btop
shoves a lot more information into your face. I really only openhtop
to find the PID of an app or to find what I need to debloat when I'm in a 1337 h4ck3rm4n mood and trying to make the most minimal system possible.I always just grep ps output to find PIDs
Did you mean the upper right corner of
top
? I also finebtop
is overwhelming, too pretty to look at.Yeah, the unicode blocks.
Have you considered putting
alias htop=btop
(or equivalent) in your shell profile?I could, but like I said in my other reply
btop
is just a bit overkill for my use-case. Also "fixes" like that just seem a bit hacky, and as if I'm trying too hard to use a program. I shouldn't have to disguise one program as another to be able to use it. That just spells it out plain and clear to me, "I don't need this program".