Why do you find yourself opting for btop
or htop
instead of top
? What advantages do these tools offer that make them superior to top
in your opinion?
top
has served me well, so I’m unsure why I would want to burden my system with the addition of htop
or btop
. With top
, if you wish to terminate a process, simply press ‘k’ and send the signal; it’s that simple. If you’d like to identify the origin of a process, just include the command column.
I often find myself intrigued when encountering comments on posts expressing love for htop
/btop
. To me, it appears unnecessary or BLOATED!! Please do share your perspectives and help broaden my Linux knowledgebase.
btop
because it looks coolbtop for bling
htop for practical utility
top for minimalism, availability, reliability
top
Because it exists in nearly every environment I might need to check usage. From my desktop, through laptops, lab machines, routers, embedded systems, IoT to cloud, I don’t have to keep the muscle memory of more than one app.
Yeah, that is the reason I use
top
in the first place. No need for an extra package and I can use it on pretty much every system.
htop gives me enough info without being too busy or slow, it’s also in basically every OS repo by default so no complicated install.
The other ones can look awesome, but they’re often harder to get info from quickly due to being too cluttered.
It’s no burdon. Don’t ovrrthink it. Use whatever you like.
Totally, but I do want to know about other people experience tho. So if you don’t mind, share with me my friend.
btop is not only beautiful but contains more info more dense more compact.
the b in btop stands for bloat
Been a htop guy my whole Linux journey and recently started using btop. I am yet to call my judgement but yeah I feel the same
I tend to go with
htop
purely out of habit.btop
is better but I simply don’t think to use it.Have you considered putting
alias htop=btop
(or equivalent) in your shell profile?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.the white blocks of
top
Did you mean the upper right corner of
top
? I also finebtop
is overwhelming, too pretty to look at.Yeah, the unicode blocks.
I always just grep ps output to find PIDs
Much better to quickly determine CPU and memory load.
top
’s output does appear somewhat cryptic and hard to digest quickly.
bpytop, it’s just too pretty to pass up.
I thought btop replaced it. Didn’t know that was still around
Edit: looking at the github: it isn’t around anymore 😅
Oof, I’m a dumdum. Thanks for the correction.
htop because it’s much more user-friendly than top, has the feature of sending all kinds of signals to processes, has mouse support and it generally looks good. Not a fan of btop at all. Idk how to use it and I don’t like the UI. I personally love the idea of no bloat. It’s just such a nice little philosophy. Sometimes I even want to use a CLI only computer tbh. Though htop weights only a few kilobytes and it has features top doesn’t have so I don’t consider it bloat. I had it on my server as well
To be honest, I really prefer
btop
’s sleek UI. It looks so modern and advanced. But with all its beauty and abundance of information, it can be overwhelming at times or in another words, bloattt. That’s why I personally lean towardshtop
’s text-based interface, which I find highly customizable to my preferences. Plus, htop offers more features and conveniences thantop
, making it my go-to choice for now.Yeah, I can understand RAM use in
htop
, but not intop
Also, the Tree View makes it easy to see which part of <insert name of application> has become a zombie, etc.
I like htop because it has nice CPU graphs and a good tui for navigating. Top is a bit too obtuse for a new user, especially since CPU time is measured per core and not per the entire CPU. Plus I never figured out how turbo boost plays a roll in those percents.
I haven’t gotten around to messing with btop, but it seems like more of what I like.
Also fuck the “muh bloat” people. I have an i9 and 32 gigs of ram. I don’t care that a monitor util takes 1/10th of a second longer to launch and uses 1MB more of ram.
Also fuck the “muh bloat” people. I have an i9 and 32 gigs of ram. I don’t care that a monitor util takes 1/10th of a second longer to launch and uses 1MB more of ram.
Maybe you only use those tools on your desktop but on a cloud server with only 1-2GB of RAM you really don’t want your monitoring to take up some significant percentage of that. Especially when you are debugging things like OOM conditions already.
you really don’t want your monitoring to take up some significant percentage of that
except it doesn’t - both htop and btop use <30 MB
and if 20MB makes a difference, you don’t need a different top, you need a different machine
“bloat bad” people are just obnoxious
If I was that memory- and cpu-constrained I would be using other tools such as memstat, iostat, and cpustat.
-
Why are you using top instead of ps if you’re worried about memory?
-
Containerise it, and you can debug locally
-
It’s not what the person you’re replying to is talking about. You’re using a slightly better tool for a specific job, they’re talking about people who won’t use htop/btop on their own machine because BLOAT.
-
Uh, temperatures, that’s nice.
I’d really like one of these to include GPU stats (I know, there’s nvtop or whatever it’s called), GUI apps can do it (Mission Center and a KDE system monitor widget), but I’ve not seen a CLI program include that …
btop has GPU stats in recent versions.
btop
for system resource monitoring,htop
for actually finding and killing processesI love btop because of how fancy the graphs look and it also shows disk utilisation. I use it pretty much wherever I can. When I want something more simple I use bottom
btm --basic
and alias it totop
Never heard of
bottom
before, I will check it out. Thanks for the suggestion.
Htop what I use cause it’s what I’ve been using. Only really use it to see what process is taking the most CPU usage or RAM usage. System monitors in general though are mostly useless imo